Skip to content

Instantly share code, notes, and snippets.

@dbist
Created August 15, 2017 12:40
Show Gist options
  • Save dbist/e348859508320ea5135e4768b1cece82 to your computer and use it in GitHub Desktop.
Save dbist/e348859508320ea5135e4768b1cece82 to your computer and use it in GitHub Desktop.
ssh-keygen -t rsa
<enter>
<enter>
<enter>
cat .ssh/id_rsa.pub > .ssh/authorized_keys
chmod 400 .ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment