https://bugzilla.mindrot.org/show_bug.cgi?id=2947
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #3 from Damien Miller <[email protected]> --- OpenSSH stopped using PEM keys a few releases ago because the security of the PEM password encryption is very bad and showed no signs of improving. If you don't care about key theft and offline cracking of your key's passphrases then you can still use the PEM key format in OpenSSH: ssh-keygen -m PEM -f /path -t type # generate ssh-keygen -m PEM -p -f /path # convert new format to PEM -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
