Ssh passwordless login

From Attie's Wiki
Jump to: navigation, search

Use a public key instead of a password to login via SSH

Local Computer:

$ ssh-keygen
$ scp ~/.ssh/id_rsa.pub user@remoteserver:~/.ssh/localcomputer.pub

Remote Computer:

$ cat ~/.ssh/localcomputer.pub >> ~/.ssh/authorized_keys
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox