Skip to content

Instantly share code, notes, and snippets.

@detj
Last active December 23, 2015 13:39
Show Gist options
  • Save detj/6643128 to your computer and use it in GitHub Desktop.
Save detj/6643128 to your computer and use it in GitHub Desktop.
Add your SSH keys for pre-existing servers. Makes logging into remote machines damn simple
# set up password less logins
cat ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> ~/.ssh/authorized_keys"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment