https://bugzilla.mindrot.org/show_bug.cgi?id=2695
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #2 from Damien Miller <[email protected]> --- This is due to ed25519 keys using the new OpenSSH-specific storage format that retains the key comment, and other key types by default using PEM that doesn't. You can force the use of the new format by specifying the -o option to ssh-keygen when creating keys or resetting existing keys passphrases. E.g. "ssh-keygen -pof /path/key -C comment" can be used to upgrade a PEM format to an OpenSSH format and baking in the key comment at the same time. At some future time, we'll make the OpenSSH format the default. -- 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
