Liang Zou's Tech Blog
Thank you for visiting!
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/
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)