[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
Mon May 1 18:24:54 AEST 2017


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

--- Comment #4 from Damien Miller <djm at mindrot.org> ---
That's not really possible without modifying the agent protocol - it
only supports a single key comment. We substitute the key's path if we
don't get one from the key, but displaying both comment from the key
and path would require either 1) we change the protocol or 2) we munge
the key comment to include both.

I consider #1 too little benefit for a costly (and slow to deploy)
change. #2 is pretty ugly and breaks the transparency of ssh-keygen.

-- 
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