baniol
6/7/2014 - 8:23 PM

copy ssh public key to a remote server

copy ssh public key to a remote server

cat ~/.ssh/id_rsa.pub | ssh usert@host "cat >> ~/.ssh/authorized_keys"