-
Notifications
You must be signed in to change notification settings - Fork 24
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 with new OpenSSH header for private keys seems to be broken #470
Comments
Same issue with |
This is kind of related to #389. Except that now the issue only arise when the key is encrypted with a passphrase. Actually the dependency we use to read private key files is |
Oh no... It's just that our code calls |
The issue is that we fail to detect the key is encrypted. We check this like that:
|
Actually it's because this Proc-Type header is only present in the old format. With the new format, there is no PEM header to re at all. |
User wasn't able to type their passphrase, it was directly displaying an error:
The text was updated successfully, but these errors were encountered: