[Bug 3023] ssh-keygen no longer writes PKCS#1 PEM format

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Jun 26 18:16:57 AEST 2019


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

Jakub Jelen <jjelen at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jjelen at redhat.com

--- Comment #1 from Jakub Jelen <jjelen at redhat.com> ---
See the bug #3013 which proposed this change.

The simplest solution would be to teach dropbear this format. The
OpenSSL 1.0 introducing this format was released almost 10 years ago.

Otherwise, you can always use openssl to convert the keys for you:

openssl pkey -traditional -in /tmp/rsa.pem -out
/tmp/rsa-traditional.pem

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list