bugzilla-daemon at mindrot.org
2024-Aug-26 10:01 UTC
[Bug 3724] New: Unable to convert from OpenSSH to PKCS8 or PEM
https://bugzilla.mindrot.org/show_bug.cgi?id=3724 Bug ID: 3724 Summary: Unable to convert from OpenSSH to PKCS8 or PEM Product: Portable OpenSSH Version: 9.8p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs at mindrot.org Reporter: MacGyver031 at web.de Hi, I am trying to convert existing OpenSSH ED25519 into PEM or PKCS8 format (I need it in order to upload it to Yubikey security keys). If I run "ssh-keygen -f <myKey> -m 'PEM' -e", then I get the error "do_convert_to_pem: unsupported key type ED25519" Could you check why I am unable to convert ED25519 keys? I am able to convert RSA keys without issues. Thanks and BR -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Aug-28 10:07 UTC
[Bug 3724] Unable to convert from OpenSSH to PKCS8 or PEM
https://bugzilla.mindrot.org/show_bug.cgi?id=3724 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- Export of ED25519 files in these formats isn't implemented at present. -- 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.
Apparently Analagous Threads
- PEM_write_ed25519
- [Bug 3195] New: ssh-keygen unable to convert ED25519 public keys
- [PATCH] ssh-keygen: support public key import/export using SubjectPublicKeyInfo
- Security of ssh across a LAN, public key versus password
- [PATCH 1/3] Add private key protection information extraction to ssh-keygen