05 October 2006

Adding an ssh public key to another account

cat .ssh/id_rsa.pub | ssh username@otherhost 'cat >> .ssh/authorized_keys'