Skip to content

Instantly share code, notes, and snippets.

@orendon
Created April 30, 2014 19:09
Show Gist options
  • Save orendon/11435619 to your computer and use it in GitHub Desktop.
Save orendon/11435619 to your computer and use it in GitHub Desktop.
add ssh key to remote server authorized_keys
# add ssh key on remote server
cat ~/.ssh/id_rsa.pub | ssh user@server.com 'cat >> .ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment