[Bug 1872] Support better hash algorithms for key fingerprints (FIPS compat)
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Dec 18 02:25:06 EST 2014
https://bugzilla.mindrot.org/show_bug.cgi?id=1872
--- Comment #21 from Petr Lautrbach <plautrba at redhat.com> ---
It could be probably useful to add -E option to ssh-keygen usage
message too:
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -2196,7 +2196,7 @@ usage(void)
" ssh-keygen -e [-m key_format] [-f input_keyfile]\n"
" ssh-keygen -y [-f input_keyfile]\n"
" ssh-keygen -c [-P passphrase] [-C comment] [-f
keyfile]\n"
- " ssh-keygen -l [-f input_keyfile]\n"
+ " ssh-keygen -l [-E fingerprint_hash] [-f
input_keyfile]\n"
" ssh-keygen -B [-f input_keyfile]\n");
#ifdef ENABLE_PKCS11
fprintf(stderr,
So far it seems to work for me. Thanks!
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list