Skip to content

ssh-agent doesn't work if the server side components (sshd) are not installed #558

Closed
@charabaruk

Description

@charabaruk

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions