ssh-keygen -t rsa! do NOT use passphrase, just hit 'enter' The public key is in .ssh/id_rsa.pub.
scp ~/.ssh/id_rsa.pub whoami@host:~/.ssh/authorized_keys
ssh hostssh-agent NOT needed!
Title | How to use ssh without a password |
Description | This pages shows the three steps to passwordless ssh (without ssh-agent). |
Tags | ssh agent password |
Category | User |