For some reason, I have a server that if ssh into another server...you don't need to enter the password.
How is this done? Can someone give me step by step instructions please?
|
For some reason, I have a server that if ssh into another server...you don't need to enter the password. How is this done? Can someone give me step by step instructions please?
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Check out this article. Essentially, I believe you're looking to generate and share keys between the local and remote machines in each ~/.ssh folder. The article outlines it better than I could. (And if that fails you, it's an easily Google-able subject). | |||
|
feedback
|
|
ssh keys + an ssh-agent, you may also want to look into keychain. Read the following set of gentoo articles by Daniel Robbins for a good overview on openssh key management. | |||
|
feedback
|
|
Most likely host-based authentication is enabled. Look for the section on host-based authentication in the ssh manpage, and look for RhostsRSAAuthentication or HostbasedAuthentication in /etc/ssh/sshd_config | |||
feedback
|
|
SSH Keys. Try | |||
|
feedback
|