Dear all,
I have a machine with IP 192.168.0.59 with the user named igpadmin.
another machine with IP 192.168.0.11 with the user iv2user, postgres and repository I want to login from 192.168.0.59 to in these user accounts without prompting for the password.
I have generated generated keys and copied to user account's .ssh directory in file 'authorized_keys and face no problem while logging to the account of i2user and postgres , I directly get into their account without prompting for the passwd.
But whenever I typed command from 192.168.0.59 as below,
$ ssh -i ~/.ssh/id_rsa repository@192.168.0.11
I get prompt to input the password.
What may be the reason for the same.
I checked /etc/.ssh/sshd_config file, recopied the public key to repostory's .ssh/authorized_keys file resatrted the daemon but didn't get success .
Please guide me what may be the reason.
Regards
Vinod