Skip to content

Instantly share code, notes, and snippets.

@talk2bryan
Last active November 4, 2018 09:13
Show Gist options
  • Save talk2bryan/30d25b0edd6d3f7d7fcd6a7eeca7dd5b to your computer and use it in GitHub Desktop.
Save talk2bryan/30d25b0edd6d3f7d7fcd6a7eeca7dd5b to your computer and use it in GitHub Desktop.
Disable password requirement for SSH access to a remote system
$ cat ~/.ssh/id_rsa.pub | ssh remote-user@hostname 'cat >> ~/.ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment