On Wed, 3 May 2000, Mike Lewis wrote:

> 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

This doesn't make sense. If you want to copy foo to remotehost.com, you
would use:

        scp -i remotehost.pub foo remotehost.com:foo

-- 
Todd A. Jacobs
Senior Network Consultant


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

Reply via email to