Ssh passwordless login

From Attie's Wiki
Revision as of 00:12, 18 March 2010 by 192.168.0.1 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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