Skip to content

Instantly share code, notes, and snippets.

@pete911
Created September 2, 2013 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pete911/6411270 to your computer and use it in GitHub Desktop.
Save pete911/6411270 to your computer and use it in GitHub Desktop.
key based authentication
ssh-keygen -t rsa
ssh-copy-id -i .ssh/id_rsa.pub username:password@remotehost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment