Skip to content

x/crypto/ssh: investigate agent client support on Windows #61383

Open
@drakkan

Description

@drakkan

The agent client talks to the ssh-agent process over Unix Domain sockets on *NIX.

On Windows, the ssh-agent is implemented as a Windows service and exposed on a named pipe, \.\pipe\openssh-ssh-agent by default.

We currently does not support named pipes in the standard library. I think we can implement this feature once CL 299009 is merged.

cc @golang/security

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Windows

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions