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

Support encypted Ed25519 SSH keys #35

Open
timecode opened this issue Aug 10, 2018 · 2 comments
Open

Support encypted Ed25519 SSH keys #35

timecode opened this issue Aug 10, 2018 · 2 comments

Comments

@timecode
Copy link

timecode commented Aug 10, 2018

Unencrypted (no passphrase) Ed25519 SSH keys work fine, but when using an encrypted (with a passphrase) Ed25519 SSH key, the following currently happens...

...
SSH Key Passphrase [none]: •••••
error adding private key: error parsing private key: ssh: cannot decode encrypted private keys
...
$ > 
@timecode
Copy link
Author

This appears to be an issue in crypto/ssh (in case anyone else comes across this), so I guess it'll be resolved when golang/go#18692 is resolved.

@pquerna
Copy link

pquerna commented Sep 16, 2018

this module does support parsing them fwiw: https://github.com/ScaleFT/sshkeys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants