Open timecode opened 6 years ago
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.
this module does support parsing them fwiw: https://github.com/ScaleFT/sshkeys
Unencrypted (no passphrase) Ed25519 SSH keys work fine, but when using an encrypted (with a passphrase) Ed25519 SSH key, the following currently happens...