x/crypto/ssh: investigate agent client support on Windows #61383
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Milestone
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
The text was updated successfully, but these errors were encountered: