Skip to content

Instantly share code, notes, and snippets.

@pdokas
Created February 17, 2011 01:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdokas/830743 to your computer and use it in GitHub Desktop.
Save pdokas/830743 to your computer and use it in GitHub Desktop.
How to move your public key to the authorized keys on another box
cat ~/.ssh/id_dsa.pub | ssh user@server 'touch .ssh/authorized_keys && cat >> .ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment