Skip to content

Instantly share code, notes, and snippets.

@davist11
Created July 26, 2012 13:48
Show Gist options
  • Save davist11/3182116 to your computer and use it in GitHub Desktop.
Save davist11/3182116 to your computer and use it in GitHub Desktop.
SSH without Password
cat ~/.ssh/id_rsa.pub | ssh remote_user@remote_host 'cat >> .ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment