Hi,
I created a script that would update the authorized_keys file on remote servers with the SSH RSA key for my central server. This script also generates and retrieves the SSH RSA key for the remote server and adds it to my central servers authorized_keys. By doing this I was able to connect to a list of servers, via SSH, without having to supply a password.
After a week of this working fine I now have problems that no matter what server I attempt to connect to, via SSH, from my central server I am being prompted for the users password.
Why is my SSH RSA key not working?
I checked the authorised_keys file on my central server and the other remote servers and these files contain the appropriate data.
So why am I being asked for a password?
Thanks,
Toddyl
I created a script that would update the authorized_keys file on remote servers with the SSH RSA key for my central server. This script also generates and retrieves the SSH RSA key for the remote server and adds it to my central servers authorized_keys. By doing this I was able to connect to a list of servers, via SSH, without having to supply a password.
After a week of this working fine I now have problems that no matter what server I attempt to connect to, via SSH, from my central server I am being prompted for the users password.
Why is my SSH RSA key not working?
I checked the authorised_keys file on my central server and the other remote servers and these files contain the appropriate data.
So why am I being asked for a password?
Thanks,
Toddyl