Hi all

I have problem to configure rsync without password

I followed the following but didn't work

please tell me what is wrong.
Thank you

> Generate a key for yourself on the client machine
using ssh-keygen.
> Save it in the default location (~/.ssh/identity).
Use an empty
> passphrase. 
> 
> This will create two files - ~/.ssh/identity, which
is your private
> key, and ~/.ssh/identity.pub - your public key.
> 
>  Copy the public key to the remote machine, and
append it to the file
> ~/.ssh/authorized-keys (create the file if it
doesn't exist).
> 
> Now you should be able to type:
> 
> ssh remote-machine
> 
> and connect without a password.

_______________________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to