-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
OpenSSH ssh-agent support for windows #12880
Comments
I can confirm that currently running on Windows, only SSH authentication agent for PuTTY is enabled. |
Technical for why it hasn't been implemented yet: #12882 (comment) Basically: Our agent proxy dependency is ancient (8 years old, and abandoned) with no support for the Windows OpenSSH named-pipe hackery around the Unix-domain sockets. |
dkocher
added a commit
that referenced
this issue
Mar 2, 2022
Refactor Windows support for OpenSSH agent.
This was referenced May 10, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Managing SSH hosts, their configuration, including keys, are usually done through .ssh/config. Recent versions of Windows (10+) come with a OpenSSH installation, including the
ssh-agent
. The configuration & keys loaded by the SSH agent do not seem to work:ssh-agent
is only supported on Linux (and Mac?)Describe the solution you'd like
Currently Cyberduck (and Mountain Duck) seem to only support PuTTY & PageAnt, OpenSSH support on Windows would be much appreciated.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: