bugzilla-daemon at mindrot.org
2014-Dec-17 15:25 UTC
[Bug 1872] Support better hash algorithms for key fingerprints (FIPS compat)
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.
Reasonably Related Threads
- [Bug 1872] Support better hash algorithms for key fingerprints (FIPS compat)
- [Bug 1872] Support better hash algorithms for key fingerprints (FIPS compat)
- [Bug 1872] Support better hash algorithms for key fingerprints (FIPS compat)
- [Bug 1872] Support better hash algorithms for key fingerprints (FIPS compat)
- [Bug 1872] Support better hash algorithms for key fingerprints (FIPS compat)