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

Encrypted Key at Default Location, but unlocked in SSH Agent fails #70

Closed
simplysoft opened this issue Oct 18, 2022 · 0 comments · Fixed by #73
Closed

Encrypted Key at Default Location, but unlocked in SSH Agent fails #70

simplysoft opened this issue Oct 18, 2022 · 0 comments · Fixed by #73
Labels
bug Something isn't working

Comments

@simplysoft
Copy link

Due to changes in #68, the behaviour with ssh key & agents is now broken for us.

We have an encrypted .ssh/id_rsa. The code now fails with this private key is passphrase protected. But the key would be in the ssh agent. Currently only the password callback is checked, and if none is set, the error is returned.
The code should query ssh agent in such a case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants