Skip to content

Instantly share code, notes, and snippets.

@elhoyos
Created June 19, 2014 22:02
Show Gist options
  • Save elhoyos/6cdedd5659de7110e9ca to your computer and use it in GitHub Desktop.
Save elhoyos/6cdedd5659de7110e9ca to your computer and use it in GitHub Desktop.
Add your public ssh key as an authorized key
$ cat ~/.ssh/id_rsa.pub | ssh [email protected] 'cat >> .ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment