jaylib
8/8/2014 - 2:35 PM

Copy your ssh public key to a server from a machine that doesn't have ssh-copy-id

Copy your ssh public key to a server from a machine that doesn't have ssh-copy-id

cat ~/.ssh/id_rsa.pub | ssh user@machine "mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys"