bugzilla-daemon at mindrot.org
2003-May-14 12:45 UTC
[Bug 566] ssh-keygen -l does not print key comment for rsa/dsa keys
http://bugzilla.mindrot.org/show_bug.cgi?id=566 Summary: ssh-keygen -l does not print key comment for rsa/dsa keys Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: ssh-keygen AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: binder at arago.de ssh-keygen's option -l prints the key's comment for rsa1 keys, but only the filename for rsa/dsa keys. I'll attach a patch that fixes this, but as it modifies key_try_load_public() in authfile.c, it might have impact on other functionality. So far, I haven't noticed any problem with the patch, but I may have missed something. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-14 12:46 UTC
[Bug 566] ssh-keygen -l does not print key comment for rsa/dsa keys
http://bugzilla.mindrot.org/show_bug.cgi?id=566 ------- Additional Comments From binder at arago.de 2003-05-14 22:46 ------- Created an attachment (id=295) --> (http://bugzilla.mindrot.org/attachment.cgi?id=295&action=view) Patch to make key_try_load_public() use a key's comment ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-14 12:50 UTC
[Bug 566] ssh-keygen -l does not print key comment for rsa/dsa keys
http://bugzilla.mindrot.org/show_bug.cgi?id=566 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From djm at mindrot.org 2003-05-14 22:50 ------- Doesn't anyone search open bugs anymore... *** This bug has been marked as a duplicate of 439 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 439] key_try_load_public() always sets pathname as the keyfile's comment
- [Bug 439] New: key_try_load_public() always sets pathname as the keyfile's comment
- [Bug 884] DSA keys (id_dsa.pub) with 8192 bytes or more aren't correctly recognized
- [Bug 439] key_try_load_public() always sets pathname as the keyfile's comment
- ssh-keygen private keys export - new feature