Skip to content

Instantly share code, notes, and snippets.

@dellermann
Created May 16, 2013 15:53
Show Gist options
  • Save dellermann/5592773 to your computer and use it in GitHub Desktop.
Save dellermann/5592773 to your computer and use it in GitHub Desktop.
Password-less login
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | ssh user@host 'cat >>.ssh/authorized_keys2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment