Showing posts with label remote host error. Show all posts
Showing posts with label remote host error. Show all posts

Wednesday, June 26, 2013

ssh Error : Could not open a connection to your authentication agent

Could not open a connection to your authentication agent :

If you are trying to execute ssh-add -l or ssh-add and it gives following error.
 Could not open a connection to your authentication agent
To remove this error, Run following command.
# eval `ssh-agent`
Now try to tun ssh-add again.