Closed
Description
Whenever trying to add or list identities in ssh-agent, the ssh-add process fails with the message "communication with agent failed". For example:
> Get-Service ssh-agent
Status Name DisplayName
------ ---- -----------
Running ssh-agent ssh-agent
> ssh-add .ssh\some_identity
Enter passphrase for .ssh\some_identity:
Could not add identity ".ssh\some_identity": communication with agent failed
> ssh-add -l
error fetching identities for protocol 2: communication with agent failed
The agent has no identities.