cwonrails
6/7/2015 - 12:28 PM

add-ssh-key-to-server

cat ~/.ssh/id_rsa.pub | ssh root@<HOSTNAME_OR_IP> 'cat >> ~/.ssh/authorized_keys'