Bug 1722285
| Summary: | ssh-keygen does not generate PEM formatted keys | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sam Doran <sdoran> |
| Component: | openssh | Assignee: | Jakub Jelen <jjelen> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | dwalsh, jfch, jjelen, lkundrak, ltoscano, mattias.ellert, plautrba, tmraz |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openssh-8.0p1-5.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-27 01:39:44 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sam Doran
2019-06-19 22:03:55 UTC
It is not the "traditional" legacy PEM format (requiring the use of MD5 and other ancient stuff), but the standard PKCS #8 PEM format. This is not a bug, but feature. But then this change broke paramiko, which does not support yet the new format: https://github.com/paramiko/paramiko/issues/602 https://github.com/paramiko/paramiko/blob/master/paramiko/pkey.py#L285 I know that it is annoying and newer security standard are better, but can you please reconsider this decision? The upstream modified my proposed patch to support both formats [1], which is probably even better. I will change this to match upstream behavior: https://bugzilla.mindrot.org/show_bug.cgi?id=3013 I am sorry for an inconvenience. FEDORA-2019-d3dfcbf0f0 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-d3dfcbf0f0 openssh-8.0p1-5.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-d3dfcbf0f0 openssh-8.0p1-5.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |