Bug 1865

Summary: full public key to syslog
Product: Portable OpenSSH Reporter: Marc 'Zugschlus' Haber <mh+openssh-bugzilla>
Component: sshdAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED WONTFIX    
Severity: enhancement CC: djm
Priority: P2    
Version: 5.8p1   
Hardware: All   
OS: All   

Description Marc 'Zugschlus' Haber 2011-02-20 05:40:22 AEDT
Hi,

please implement an option that will log the entire public key that has been accepted for login to syslog. That way, one can more easily find the key to remove it from .ssh/authorized_keys from a ~/.*rc file to implement a one-time-pad ssh key scheme.

Greetings
Marc
Comment 1 Damien Miller 2011-04-13 14:15:22 AEST
We don't want to add more log spam, nor do we want to add any more options related to logging.

The key fingerprint is already logged at Loglevel=verbose and I suggest that you use that (if you aren't already) to locate the key that you want to delete.
Comment 2 Damien Miller 2011-09-06 15:33:00 AEST
close resolved bugs now that openssh-5.9 has been released