[Bug 2695] inconsistent output of "ssh.add -l" between ed25519 and rsa keys

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Apr 28 13:50:13 AEST 2017


https://bugzilla.mindrot.org/show_bug.cgi?id=2695

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #2 from Damien Miller <djm at mindrot.org> ---
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.


More information about the openssh-bugs mailing list