Trying to setup passwordless login using rsync and ssh.

Suppose you have hostname1 that multiple machines will be connecting to
using rsync / ssh.  When setting up the first machine (hostname2) to have a
passwordless login you would use:

        scp identity.pub user@hostname1:/home/username/.ssh/authorized_keys

Now we move to hostname3.  Is there a way to append identity.pub to
hostname1:/home/username/.ssh/authorized_keys using scp or does this
necessitate using vi and a temporary file ?

Thanks,
Mike



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to