Displaying 1 result from an estimated 1 matches for "logkeyfingerprint".
2002 Jan 29
2
Key fingerprint logging
Hello there!
I have made a patch against OpenSSH 3.0.2p1 which allows the fingerprint of
the accepted key to be printed in the log message. It works with SSH1-RSA and
SSH2 pubkey (DSA+RSA) authentication.
This feature is controllable by the LogKeyFingerprint config option (turned
off by default).
Michal Kara
-------------- next part --------------
diff -u5 openssh-3.0.2p1.orig/auth-rsa.c openssh-3.0.2p1/auth-rsa.c
--- openssh-3.0.2p1.orig/auth-rsa.c Mon Aug 6 23:01:49 2001
+++ openssh-3.0.2p1/auth-rsa.c Tue Jan 29 14:26:34 2002
@@ -118,11 +11...