passwordless login on the same machine via ssh
Hi All,
I am into a tricky situation here
I have a host name "fedora"
I create rsa and dsa keys for root on fedora . Then I copy the .pub file contents to ~/.ssh/authorized_keys file .
then from the same machine i try ssh@fedora and I am able for passwordless login
Then I create a normal user "kevin" do the key generarion and all and do
ssh kevin@fedora
But. it does not allow me for passwordless login , It asks for password every time
Please help me on the same.
Thanks and Regards
|