Hi,

Christian Boltz schrieb:
> 
> * Copying the ssh pubkey to the remote server can be done in one step: 
>   [1]
> 
>   cat ~/.ssh/id_dsa.pub | ssh [EMAIL PROTECTED] \
>       "mkdir -p .ssh; cat >> .ssh/authorized_keys"

Why so complicated?

ssh-copy-id -i ~/.ssh/id_dsa.pub [EMAIL PROTECTED]

does the same.

Regards,
Carl-Daniel
-- 
http://www.hailfinger.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to