-
Notifications
You must be signed in to change notification settings - Fork 397
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
Windows SSH client agent support #65
Comments
It doesn't work on Windows, since the custom ssh client for Windows doesn't have agent support yet, as stated in issue digitalocean#65
Is this still a problem on Windows? What about: Is it possible to fix issue with this, is this still a issue? |
By looking more into issue, it looks like it's already implemented/fixed long time ago if I'm thinking of right thing. Commit ec6d5c2 implemented it. If this is right thing, this issue could be closed. If not, provide more context on what is needed if it's possible. |
Yup, this has been sorted out already. |
Doctl uses a custom ssh client because it can't assume there is a ssh executable in the path. In order to be more friendly, there should exist support for SSH agents.
The text was updated successfully, but these errors were encountered: