Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Created December 27, 2015 17:28
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 dantheman213/0dad4d4f0b72750c6e6b to your computer and use it in GitHub Desktop.
Save dantheman213/0dad4d4f0b72750c6e6b to your computer and use it in GitHub Desktop.
ssh keyless login
# on local machine you want to be able to remotely login to server "b"
cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment