[Bug 2901] ssh-keygen generates an invalid key sometimes

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Sep 21 23:08:20 AEST 2018


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

Damien Miller <djm at mindrot.org> changed:

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

--- Comment #4 from Damien Miller <djm at mindrot.org> ---
For old-format keys, OpenSSH is basically a thin wrapper around
OpenSSL's PEM key writing routines.

Can you try loading one of the broken keys using "openssl ec -noout
-text -in /path/key"?

Does openssl generate bad keys on its own? Try "openssl ecparam -genkey
-name secp521r1 -noout"

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


More information about the openssh-bugs mailing list