Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
drakkan opened this issue Jul 16, 2023 · 0 comments
Open

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

drakkan opened this issue Jul 16, 2023 · 0 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Milestone

Comments

@drakkan
Copy link
Member

drakkan commented Jul 16, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Projects
None yet
Development

No branches or pull requests

3 participants