Skip to content

Instantly share code, notes, and snippets.

@codeopensrc
Last active February 6, 2016 01:15
Show Gist options
  • Save codeopensrc/dce533cb8d8927de6347 to your computer and use it in GitHub Desktop.
Save codeopensrc/dce533cb8d8927de6347 to your computer and use it in GitHub Desktop.
One step place ssh keys in your remote server
# Try your best to remove root login and if possible, password authentication (after ssh keys work)
cat ~/.ssh/id_rsa.pub | ssh username@yourip "cat >> ~/.ssh/authorized_keys"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment