[Bug 3233] Error loading key ".ssh/id_rsa": error in libcrypto

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Nov 20 14:38:42 AEDT 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3233

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
>From the github issue it looks like your key is in the OpenSSH format.

If you have an older OpenSSH around, then could you try converting your
key to the OpenSSL PEM format and see if that works?

cp id_rsa id_rsa_pem
ssh-keygen -p -m PEM -N '' -f id_rsa_pem

You'll also be able to check the key using OpenSSL's tools, e.g.
"openssl rsa -check -noout -in id_rsa_pem"

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list