Skip to content

Instantly share code, notes, and snippets.

@newtonsbm
Created August 21, 2015 14:45
Show Gist options
  • Save newtonsbm/5a5860fa6e91de08696f to your computer and use it in GitHub Desktop.
Save newtonsbm/5a5860fa6e91de08696f to your computer and use it in GitHub Desktop.
ssh keygen copy
# ssh-keygen
then copy it on the server with one simple command:
# ssh-copy-id hostname
you can now log in without password:
# ssh hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment