On 10/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I am using rsync with --password-file=passw option. And I have set the passwod of the remote machine in the passw file But it stilll asks me password. How can I avoid this?
Are you using SSH? --password-file can only be used to supply a password for an rsync daemon, not for SSH. To get SSH to log you in without a password, you need to generate a key that has no passphrase with ssh-keygen and authorize it for login to the remote machine. Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
