You will need to create .ssh/authorized_keys
if it is not yet on your server.
cat ~/.ssh/id_rsa.pub | ssh user@hostname 'cat >> .ssh/authorized_keys'
Github has an excellent guide on generating SSH keys
You will need to create .ssh/authorized_keys
if it is not yet on your server.
cat ~/.ssh/id_rsa.pub | ssh user@hostname 'cat >> .ssh/authorized_keys'
Github has an excellent guide on generating SSH keys