<?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: root password was changed now rsync does not work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255361#M471452</link>
    <description>Those timings fit nicely with the timestamp of the local server's private key, which has a timestamp of 14 Jul 15:30. &lt;BR /&gt;&lt;BR /&gt;The source has:&lt;BR /&gt;# ls -al ~root/.ssh&lt;BR /&gt;total 64&lt;BR /&gt;drwx------ 2 root sys 8192 Jul 14 15:30 .&lt;BR /&gt;drwxr-xr-x 26 root root 8192 Sep 14 18:00 ..&lt;BR /&gt;-rw------- 1 root sys 1675 Jul 14 15:30 id_rsa&lt;BR /&gt;-rw------- 1 root sys 1424 Apr 29 14:53 known_hosts&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;The last "good" access was at:&lt;BR /&gt;Jul 14 15:17:48 ihcc2 sshd[2049]: Accepted publickey for root from 192.168.193.250 port 58579 ssh2&lt;BR /&gt;&lt;BR /&gt;And the first failed access at:&lt;BR /&gt;On Jul 14, 16:00, it starts failing on the keyboard-interactive only:&lt;BR /&gt;&lt;BR /&gt;If you can't find the corresponding public key (id_rsa.pub) for 14 July then you had better generate a new key pair.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Sep 2010 23:04:40 GMT</pubDate>
    <dc:creator>Jim Walls</dc:creator>
    <dc:date>2010-09-14T23:04:40Z</dc:date>
    <item>
      <title>root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255349#M471440</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We changed our root password on both of our servers.  Now, rsync is failing to authenticate.&lt;BR /&gt;&lt;BR /&gt;I did not install the rsync software so I am not familiar with configuring it.  Is the password in some file that needs updated?  Will rsync need to be re-compiled?&lt;BR /&gt;&lt;BR /&gt;Thank you for any help you can give me.&lt;BR /&gt;&lt;BR /&gt;Neil&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 19:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255349#M471440</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T19:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255350#M471441</link>
      <description>Hi Neil:&lt;BR /&gt;&lt;BR /&gt;This sounds like you have used:&lt;BR /&gt;&lt;BR /&gt;--password-file=FILE&lt;BR /&gt;&lt;BR /&gt;Look at your 'rsync' script parameters.  If you see the above, change the password in 'FILE' appropriately.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 14 Sep 2010 19:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255350#M471441</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-09-14T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255351#M471442</link>
      <description>Hi JRF,&lt;BR /&gt;&lt;BR /&gt;Please pardon my ignorance but where would the rsync parameters be defined?  Are they defined  in a file or at the command line?&lt;BR /&gt;&lt;BR /&gt;The command that we are attempting to run is:&lt;BR /&gt;/usr/local/bin/rsync -av --delete -e "ssh" /lvol2b/production/ ihcc2:/datatel/co&lt;BR /&gt;ll18/production &amp;gt;&amp;gt;/var/adm/syslog/rsync.log&lt;BR /&gt;&lt;BR /&gt;Thank you for your lightning quick response.&lt;BR /&gt;&lt;BR /&gt;Neil</description>
      <pubDate>Tue, 14 Sep 2010 20:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255351#M471442</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T20:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255352#M471443</link>
      <description>Hi (again) Neil:&lt;BR /&gt;&lt;BR /&gt;OK, so you are using 'rsync' over 'ssh' and not a yukky password file.  That's good.  Beside the root password change (which should not have affected this) what else was changed?  Perhaps did someone due a "security" adjustment based on an auditor's "mandate"?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;....JRF...</description>
      <pubDate>Tue, 14 Sep 2010 20:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255352#M471443</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-09-14T20:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255353#M471444</link>
      <description>Two things you might do:&lt;BR /&gt;&lt;BR /&gt;Look for ssh errors in the remote server's /var/adm/syslog/syslog.log (or possibly local0.log).  That might give you a clue.&lt;BR /&gt;&lt;BR /&gt;Try modifying the rsync call as follows to get more information and post the output here.&lt;BR /&gt;&lt;BR /&gt;rsync -av -e "ssh -v" ... ... ...&lt;BR /&gt;&lt;BR /&gt;Placement of the second "v" between the quotes is important!&lt;BR /&gt;&lt;BR /&gt;I am assuming you use default ssh keys, which is why you do not usually need to supply a password.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 21:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255353#M471444</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-14T21:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255354#M471445</link>
      <description>About that same time, I disabled the root login via telnet from anywhere but the console.  I also disabled the SSH port on the source box.&lt;BR /&gt;&lt;BR /&gt;I just tested the "-v" option and the rsync was successful.  I was required to type in the root password to make it work.&lt;BR /&gt;&lt;BR /&gt;This is part of what I saw:&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /.ssh/identity&lt;BR /&gt;debug1: Trying private key: /.ssh/id_rsa&lt;BR /&gt;debug1: read PEM private key done: type RSA&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Trying private key: /.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;Password:&lt;BR /&gt;debug1: Authentication succeeded (keyboard-interactive).&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Neil</description>
      <pubDate>Tue, 14 Sep 2010 21:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255354#M471445</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T21:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255355#M471446</link>
      <description>What else did you change? ;O)&lt;BR /&gt;&lt;BR /&gt;Do you see any messages in the remote server's syslog?&lt;BR /&gt;&lt;BR /&gt;Please post the output from:&lt;BR /&gt;&lt;BR /&gt;ls -al ~root/.ssh&lt;BR /&gt;&lt;BR /&gt;from both servers.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 22:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255355#M471446</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-14T22:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255356#M471447</link>
      <description>This started between July/August.  I cannot recall any other changes at this time but I'll continue to update you as I remember or find my more of my notes.&lt;BR /&gt;&lt;BR /&gt;The source has:&lt;BR /&gt;# ls -al ~root/.ssh&lt;BR /&gt;total 64&lt;BR /&gt;drwx------   2 root       sys           8192 Jul 14 15:30 .&lt;BR /&gt;drwxr-xr-x  26 root       root          8192 Sep 14 18:00 ..&lt;BR /&gt;-rw-------   1 root       sys           1675 Jul 14 15:30 id_rsa&lt;BR /&gt;-rw-------   1 root       sys           1424 Apr 29 14:53 known_hosts&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;The destination has:&lt;BR /&gt;# ls -al ~root/.ssh&lt;BR /&gt;total 64&lt;BR /&gt;drwx------   2 root       sys             96 Sep 15  2008 .&lt;BR /&gt;drwxr-xr-x  25 root       root          8192 Sep 12 05:27 ..&lt;BR /&gt;-rw-r--r--   1 root       sys           1111 Sep 15  2008 authorized_keys&lt;BR /&gt;-rw-------   1 root       sys           1111 Sep 10  2008 ihcc-250-rsync-key.pub&lt;BR /&gt;-rw-------   1 root       sys           1111 Sep 10  2008 temp&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Neil</description>
      <pubDate>Tue, 14 Sep 2010 22:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255356#M471447</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T22:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255357#M471448</link>
      <description>Here is the syslog errors for the failed atttmpts:&lt;BR /&gt;&lt;BR /&gt;Sep 14 17:59:17 ihcc2 sshd[19351]: error: PAM: Authentication failed for root from ihcc&lt;BR /&gt;Sep 14 17:59:15 ihcc2 sshd[19349]: Failed password for root from 192.168.193.250&lt;BR /&gt; port 54141 ssh2&lt;BR /&gt;Sep 14 17:59:21 ihcc2 sshd[19351]: Failed keyboard-interactive/pam for root from&lt;BR /&gt; 192.168.193.250 port 54147 ssh2&lt;BR /&gt;Sep 14 17:59:21 ihcc2 sshd[19351]: Failed password for root from 192.168.193.250&lt;BR /&gt; port 54147 ssh2&lt;BR /&gt;Sep 14 17:59:21 ihcc2 sshd[19351]: error: PAM: Authentication failed for root from ihcc&lt;BR /&gt;Sep 14 18:00:03 ihcc2  above message repeats 2 times&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Neil</description>
      <pubDate>Tue, 14 Sep 2010 22:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255357#M471448</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T22:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255358#M471449</link>
      <description>The permissions look OK.&lt;BR /&gt;&lt;BR /&gt;You haven't daid if there are any messages in the syslog.  &lt;BR /&gt;&lt;BR /&gt;I would expect to find something like...&lt;BR /&gt;Sep 15 11:16:21 svrasdf sshd[4320]: Accepted publickey for root from 10.10.10.193 port 50854 ssh2&lt;BR /&gt;&lt;BR /&gt;If it worked... and summat else when it fails on the publickey; followed by acceptance of the password.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 22:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255358#M471449</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-14T22:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255359#M471450</link>
      <description>I think the public key stored in the remote server may be invalid (or may not be installed)&lt;BR /&gt;&lt;BR /&gt;Did you have to recover something from a backup on the remote server?&lt;BR /&gt;&lt;BR /&gt;The date of the LOCAL server's private key (~root/.ssh/id_rsa) is 14 July this year.&lt;BR /&gt;&lt;BR /&gt;However, the authorized_keys file on the REMOTE server is dated Sep 2008 (indeed, all the ssh files are at least two years old).&lt;BR /&gt;&lt;BR /&gt;You should probably generate a new private key on the local server, using ssh-keygen and append the resulting id_rsa.pub file to the authirized_keys file on the remote server.  You will need to append the same key to every other server you want to access using passwordless SSH.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 22:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255359#M471450</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-14T22:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255360#M471451</link>
      <description>The last time it accepted a publickey for root was at 15:17:48 on July 14.&lt;BR /&gt;&lt;BR /&gt;Jul 14 15:17:48 ihcc2 sshd[2049]: Accepted publickey for root from 192.168.193.250 port 58579 ssh2&lt;BR /&gt;&lt;BR /&gt;There are no publickey lines in the syslog on the destination server, from where the rsync failed on July 14 to today.&lt;BR /&gt;&lt;BR /&gt;On Jul 14, 16:00, it starts failing on the keyboard-interactive only:&lt;BR /&gt;Jul 14 16:00:23 ihcc2 sshd[3240]: SSH: Server;Ltype: Version;Remote: 192.168.193.250-59946;Protocol: 2.0;Client: OpenSSH_5.3p1+sftpf&lt;BR /&gt;ilecontrol-v1.3-hpn13v5&lt;BR /&gt;Jul 14 16:00:26 ihcc2 sshd[3240]: error: PAM: Authentication failed for root from ihcc&lt;BR /&gt;Jul 14 16:00:30 ihcc2 sshd[3240]: Failed keyboard-interactive/pam for root from 192.168.193.250 port 59946 ssh2&lt;BR /&gt;Jul 14 16:00:30 ihcc2 sshd[3240]: Failed password for root from 192.168.193.250 port 59946 ssh2</description>
      <pubDate>Tue, 14 Sep 2010 22:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255360#M471451</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T22:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255361#M471452</link>
      <description>Those timings fit nicely with the timestamp of the local server's private key, which has a timestamp of 14 Jul 15:30. &lt;BR /&gt;&lt;BR /&gt;The source has:&lt;BR /&gt;# ls -al ~root/.ssh&lt;BR /&gt;total 64&lt;BR /&gt;drwx------ 2 root sys 8192 Jul 14 15:30 .&lt;BR /&gt;drwxr-xr-x 26 root root 8192 Sep 14 18:00 ..&lt;BR /&gt;-rw------- 1 root sys 1675 Jul 14 15:30 id_rsa&lt;BR /&gt;-rw------- 1 root sys 1424 Apr 29 14:53 known_hosts&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;The last "good" access was at:&lt;BR /&gt;Jul 14 15:17:48 ihcc2 sshd[2049]: Accepted publickey for root from 192.168.193.250 port 58579 ssh2&lt;BR /&gt;&lt;BR /&gt;And the first failed access at:&lt;BR /&gt;On Jul 14, 16:00, it starts failing on the keyboard-interactive only:&lt;BR /&gt;&lt;BR /&gt;If you can't find the corresponding public key (id_rsa.pub) for 14 July then you had better generate a new key pair.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 23:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255361#M471452</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-14T23:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255362#M471453</link>
      <description>Here is the syslog with two unsuccessful attempts and one successful attempt in the middle.&lt;BR /&gt;&lt;BR /&gt;Neil</description>
      <pubDate>Tue, 14 Sep 2010 23:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255362#M471453</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T23:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255363#M471454</link>
      <description>Ok, Jim.  I think I have a backup of that before it happened.&lt;BR /&gt;&lt;BR /&gt;I'll check and let you know.&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help.  I am glad you were here today.&lt;BR /&gt;&lt;BR /&gt;Neil&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 23:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255363#M471454</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T23:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255364#M471455</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;I did not have a id_rsa file but I did have a id_dsa.pub and it worked beautifully.&lt;BR /&gt;&lt;BR /&gt;Thank you very much in your assistance in getting this fixed.&lt;BR /&gt;&lt;BR /&gt;Neil</description>
      <pubDate>Tue, 14 Sep 2010 23:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255364#M471455</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T23:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255365#M471456</link>
      <description>I restored the file id_dsa.pub from a back up from before the rsync broke.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 23:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255365#M471456</guid>
      <dc:creator>Neil Alertsen</dc:creator>
      <dc:date>2010-09-14T23:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255366#M471457</link>
      <description>But that is a Keyboard/Interactive success - not a public/private key exchange!  It means someone was prompted for a password and then typed in the correct one.&lt;BR /&gt;&lt;BR /&gt;If a public/private key is used, one gets something like this:&lt;BR /&gt;Sep 15 10:40:00 pocuast2 sshd[2938]: SSH: Server;Ltype: Version;Remote: 10.81.105.17-49187;Protocol: 2.0;Client: OpenSSH_5.1&lt;BR /&gt;Sep 15 10:40:00 pocuast2 sshd[2938]: Accepted publickey for root from 10.81.105.17 port 49187 ssh2&lt;BR /&gt;Sep 15 12:19:30 pocuast2 sshd[2938]: SSH: Server;LType: Throughput;Remote: 10.81.105.17-49187;IN: 96208;OUT: 17952;Duration: 5970.2;tPut_in: 16.1;tPut_out: 3.0&lt;BR /&gt;&lt;BR /&gt;If you need to run this rsync periodically using cron on the source (or local) server, you must use a private/public key-pair that does not require a pass-phrase - otherwise it will fail because there is no way to supply the authentication password in a non-interactive environment such as the cron.&lt;BR /&gt;&lt;BR /&gt;If, on the other hand, you run it manually, then you can supply the necessary password but if a valid key-pair was present, that is tried first; only if the key exchange fails will a password be requested.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 23:38:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255366#M471457</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-14T23:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: root password was changed now rsync does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255367#M471458</link>
      <description>No worries... I seem to have got a bit out of sync in the interaction here ;O)</description>
      <pubDate>Tue, 14 Sep 2010 23:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password-was-changed-now-rsync-does-not-work/m-p/5255367#M471458</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-14T23:41:20Z</dc:date>
    </item>
  </channel>
</rss>

