| Summary: | ssh-keygen no longer writes PKCS#1 PEM format | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Sam <s.e.adams> |
| Component: | ssh-keygen | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | CC: | dtucker, jjelen |
| Priority: | P5 | ||
| Version: | 8.0p1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Sam
2019-06-26 06:01:12 AEST
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 This appears to be due to a Fedora specific change and does not apply to any version supplied by the OpenSSH team, so I'm closing this bug. Discussion about any possible changes to the key formats will be over at bug#3013. Thanks for the report. close bugs that were resolved in OpenSSH 8.5 release cycle |