On Mon, Feb 18, 2008 at 7:13 AM, Amos Shapira <[EMAIL PROTECTED]> wrote: > > On 17/02/2008, Erez D <[EMAIL PROTECTED]> wrote: > > > #copy to destenation > > scp .ssh/id_dsa.pub <target_machin>:/<path to home>/.ssh/authorized_keys2 > > #(actually you should append to destenation instead of copying to it) > > 2. At least on Debian Etch and CentOS 5, there is "ssh-copy-id" to help you > transfer the public key conveniently.
Who needs it? cat ~/.ssh/id_dsa.pub | ssh <target_machin> 'cat >> /<path to home>/.ssh/authorized_keys2' > --Amos > > -- Cheers, Maxim Veksler "Free as in Freedom" - Do u GNU ? ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
