3/17/2019

Setup SSH without password

How to setup SSH without password?

ssh-keygen -f ~/.ssh/id_rsa_aws
ssh-copy-id -i ~/.ssh/id_rsa_aws user@server


https://www.ssh.com/ssh/keygen/