13

I have started ssh-agent:

$ ssh-agent.exe
SSH_AUTH_SOCK=/tmp/ssh-LagrQoD3JRqg/agent.3600; export SSH_AUTH_SOCK;
SSH_AGENT_PID=7784; export SSH_AGENT_PID;
echo Agent pid 7784;

Next I try to add a key:

$ ssh-add /cygdrive/h/mykey.pem

The response I get is:

Could not open a connection to your authentication agent.
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
  • Duplicate of [How to run (git/ssh) authentication agent?](http://stackoverflow.com/q/4083079/456814). –  May 25 '14 at 02:11

0 Answers0