Skip to content

Instantly share code, notes, and snippets.

@nielsen
Created December 1, 2010 20:33
Show Gist options
  • Save nielsen/724166 to your computer and use it in GitHub Desktop.
Save nielsen/724166 to your computer and use it in GitHub Desktop.
Move a generated local key to server in one line!
cat ~/.ssh/id_rsa.pub | ssh user@example.com 'mkdir ~/.ssh;cat - >> ~/.ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment