Skip to content

Instantly share code, notes, and snippets.

@heim
Forked from anonymous/Password-less login on *nix
Created February 16, 2009 14:08
Show Gist options
  • Save heim/65177 to your computer and use it in GitHub Desktop.
Save heim/65177 to your computer and use it in GitHub Desktop.
Passwordless login
cat .ssh/id_rsa.pub | ssh user@domain.tld 'cat >> .ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment