<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RSYNC PASSWORD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864550#M277282</link>
    <description>If you don't specify a -e value, ssh is assumed in rsync 2.6.x. Otherwise, you have to use -e remsh. Noting of course that remsh is NOT secure by any means and all data including passwords would be transferred in clear text.&lt;BR /&gt;&lt;BR /&gt;Also note that using ssh will increase the packet overhead by 100% for encryption, so, if it's completely internal and speed is your greatest concern, you may want to enable using remsh instead.&lt;BR /&gt;&lt;BR /&gt;I've done extensive testing for speed and can definitively note that remsh is fastest, add a checksum (-c) and it will slow down, also adding ssh will half the speed, and further loss with a checksum again.&lt;BR /&gt;&lt;BR /&gt;Ensure that remsh (or ssh) is in the path on the other end, otherwise it won't work. Same goes for rsync (unless you use the --rsync-path= option.)&lt;BR /&gt;&lt;BR /&gt;Bill is right, test to see that you have passwordless authentication using ssh (or remsh / rlogin / rcp) Once that is working, rsync is good to go.&lt;BR /&gt;&lt;BR /&gt;Remember, rsync is just a mirroring algorithm and. ssh or remsh is the transport medium.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Sep 2006 08:32:26 GMT</pubDate>
    <dc:creator>Don Mallory</dc:creator>
    <dc:date>2006-09-19T08:32:26Z</dc:date>
    <item>
      <title>RSYNC PASSWORD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864546#M277278</link>
      <description>Hi ,&lt;BR /&gt;i have 2 servers running HP-UX 11.23 , &lt;BR /&gt;i have installed Rsync on both servers,&lt;BR /&gt;Rsync work properly ,but my problem is that it asks me always for a password &lt;BR /&gt;rsync -av /tm/test node2:/tmp/test1 &lt;BR /&gt;password:&lt;BR /&gt;when i put the root password of the node2 server thersync work well &lt;BR /&gt;but how can i eliminate the question of password , &lt;BR /&gt;i tried to put the password in a file and specify it in the --password-file option ,and i tried also the environnement variable rsync_password , also i tried to generate ssh keys with  ssh-keygen -t rsa and not specifying a password , but all of these did not work , always i'm prompted for a password&lt;BR /&gt;&lt;BR /&gt;can someone have ideas about that ?&lt;BR /&gt;thank u</description>
      <pubDate>Mon, 18 Sep 2006 09:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864546#M277278</guid>
      <dc:creator>meekrob</dc:creator>
      <dc:date>2006-09-18T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC PASSWORD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864547#M277279</link>
      <description>If you look in the man pages, you will see and option to specify passwords in a a file.&lt;BR /&gt;&lt;BR /&gt;man rsync &lt;BR /&gt;&lt;BR /&gt;then search for phrase:&lt;BR /&gt;password-file&lt;BR /&gt;&lt;BR /&gt;Other than doing this, I think your only other option is to trust servers to each other using .rhosts file, which I would avoid, if I were you.</description>
      <pubDate>Mon, 18 Sep 2006 10:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864547#M277279</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-09-18T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC PASSWORD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864548#M277280</link>
      <description>Shalom Rue,&lt;BR /&gt;&lt;BR /&gt;If you use the -e ssh option on rsync the authethtication and testing will be encrypted.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 18 Sep 2006 11:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864548#M277280</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-18T11:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC PASSWORD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864549#M277281</link>
      <description>SSH keys won't work if there is a world &lt;BR /&gt;writeable directory in the path to the key.&lt;BR /&gt;The authorized_keys file should have&lt;BR /&gt;permisions 600 or 400.  Likewise the private&lt;BR /&gt;key. Check permissions at both ends.&lt;BR /&gt;&lt;BR /&gt;Try ssh to the destination server after&lt;BR /&gt;generating the keys there and adding the&lt;BR /&gt;server's public key to the client's &lt;BR /&gt;authorized_keys file.  If that works then&lt;BR /&gt;rsync with ssh should work.</description>
      <pubDate>Mon, 18 Sep 2006 11:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864549#M277281</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-09-18T11:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: RSYNC PASSWORD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864550#M277282</link>
      <description>If you don't specify a -e value, ssh is assumed in rsync 2.6.x. Otherwise, you have to use -e remsh. Noting of course that remsh is NOT secure by any means and all data including passwords would be transferred in clear text.&lt;BR /&gt;&lt;BR /&gt;Also note that using ssh will increase the packet overhead by 100% for encryption, so, if it's completely internal and speed is your greatest concern, you may want to enable using remsh instead.&lt;BR /&gt;&lt;BR /&gt;I've done extensive testing for speed and can definitively note that remsh is fastest, add a checksum (-c) and it will slow down, also adding ssh will half the speed, and further loss with a checksum again.&lt;BR /&gt;&lt;BR /&gt;Ensure that remsh (or ssh) is in the path on the other end, otherwise it won't work. Same goes for rsync (unless you use the --rsync-path= option.)&lt;BR /&gt;&lt;BR /&gt;Bill is right, test to see that you have passwordless authentication using ssh (or remsh / rlogin / rcp) Once that is working, rsync is good to go.&lt;BR /&gt;&lt;BR /&gt;Remember, rsync is just a mirroring algorithm and. ssh or remsh is the transport medium.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Sep 2006 08:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-password/m-p/3864550#M277282</guid>
      <dc:creator>Don Mallory</dc:creator>
      <dc:date>2006-09-19T08:32:26Z</dc:date>
    </item>
  </channel>
</rss>

