Bugzilla – Attachment 2102 Details for
Bug 1544
ssh-keygen -l on known_hosts file does not display hostnames for lines with comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bz1544.diff
bz1544.diff (text/plain), 596 bytes, created by
Damien Miller
on 2011-11-04 10:42:11 AEDT
(
hide
)
Description:
bz1544.diff
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2011-11-04 10:42:11 AEDT
Size:
596 bytes
patch
obsolete
>Index: ssh-keygen.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/ssh-keygen.c,v >retrieving revision 1.212 >diff -u -p -r1.212 ssh-keygen.c >--- ssh-keygen.c 16 Oct 2011 15:02:41 -0000 1.212 >+++ ssh-keygen.c 3 Nov 2011 23:41:28 -0000 >@@ -812,7 +812,7 @@ do_fingerprint(struct passwd *pw) > continue; > } > } >- comment = *cp ? cp : comment; >+ comment = *comment ? comment : cp; > fp = key_fingerprint(public, fptype, rep); > ra = key_fingerprint(public, SSH_FP_MD5, SSH_FP_RANDOMART); > printf("%u %s %s (%s)\n", key_size(public), fp,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1544
:
1588
| 2102