passwordless ssh
I need help getting a regular user to be able to ssh from one node to another without entering a password. It is setup for root but now I need it for a regular user. I ran ssh-keygen on host 1 and transferred it to host 2 and appended the contents to the ~/.ssh/authorized_keys file but I'm still getting prompted for a password.
0