ssh-cert-authority icon indicating copy to clipboard operation
ssh-cert-authority copied to clipboard

Support encypted Ed25519 SSH keys

Open timecode opened this issue 7 years ago • 2 comments

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 avatar Aug 10 '18 19:08 timecode

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

timecode avatar Aug 10 '18 19:08 timecode

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

pquerna avatar Sep 16 '18 17:09 pquerna