Ssh Login Without Password

Ssh Login Without Password

SSH login linux/unix without password

General your key

1
ssh-keygen-t rsa

copy your rsa.pub to server which you want to login without password.

1
ssh-copy-id -i ~/.ssh/id_rsa.pub user1@$server-hosts

Test login

1
ssh user1@$server-hosts
Licensed under CC BY-NC-SA 4.0
Last updated on Sep 19, 2024 09:13 UTC
Built with Hugo
Theme Stack designed by Jimmy