Agent admitted failure to sign using the key ssh

In new server today created a authorized_keys file in /root/.ssh/ directory. After doing ssh first time got the error – Agent admitted failure to sign using the key
For solving this issue use the command ssh-add in client machine

ssh-add

Given below are the outputs from terminal. The solution pretty much straight simple.

sharad@mypc:~$ ssh root@192.168.156.11
Agent admitted failure to sign using the key.
root@192.168.156.11's password:

sharad@mypc:~$ ssh-add
Identity added: /home/sharad/.ssh/id_rsa (/home/sharad/.ssh/id_rsa)
sharad@sharad-sapplica:~$ ssh root@192.168.156.11
Last login: Tue May 28 08:52:15 2013 from 192.168.156.23
[root@server1 ~]#

6 thoughts on “Agent admitted failure to sign using the key ssh”

  1. It’s really a cool and helpful piece of information. I am satisfied that you just shared this helpful info with us. Please keep us up to date like this. Thank you for sharing.

    Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.