[Bug 2082] Please add pubkey fingerprint to authentication log message
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Mar 25 11:07:56 EST 2013
https://bugzilla.mindrot.org/show_bug.cgi?id=2082
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> ---
It's already there, you just need to set LogLevel=verbose. See
auth2-pubkey.c:
verbose("Found matching %s key: %s",
key_type(found), fp);
$ sudo /usr/local/sbin/sshd -De -p 2022 -o loglevel=verbose
Found matching RSA key: [fingerprint]
Accepted publickey for dtucker from 127.0.0.1 port 43578 ssh2
--
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