Skip to content

Instantly share code, notes, and snippets.

@schaary
Created October 26, 2012 07:48
Show Gist options
  • Save schaary/3957495 to your computer and use it in GitHub Desktop.
Save schaary/3957495 to your computer and use it in GitHub Desktop.
How to push a authorized_key to a trusted server
ssh [SERVERNAME] cat '>>' '~/.ssh/authorized_keys' < ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment