Whenever I am trying to connect to localhost using ssh I get the following error -
solr@ubuntu:~$ ssh localhost
Agent admitted failure to sign using the key.
solr@ubuntu's password:
And after entering the password I am able to make the connection. I have copied the public key in the authorized_keys file already and I am trying to make a passwordless connection.
Same thing is happening if I am issuing "ssh solr@ubuntu".
