tushar-saxena
5/6/2016 - 9:58 AM

SSH Commands

SSH Commands

cat ~/.ssh/id_rsa.pub | ssh user@123.45.56.78 "mkdir -p ~/.ssh && cat >>  ~/.ssh/authorized_keys"

OR 

ssh-copy-id user@123.45.56.78