简体   繁体   中英

SSH connections without using password

I have two linux machines and i want to do ssh from one machine to another using some automatic scripts. But it prompts for password . Can I connect to another machine using ssh without password?

there are many way to go solve this problem , one very easy way to do is to use SSH -keygen where you can create public and private key and share it to the local machine/remote machine follow the link step by step http://www.inertiaspeaks.com/education/ssh-without-password/

hope this helps !!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM