Displaying 1 result from an estimated 1 matches for "vm183".
Did you mean:
vm13
2015 Jun 18
7
[Bug 2415] New: Public key failures are not counted and therefore not logged into syslog
...Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: jjelen at redhat.com
Our customer found out that public key failures are not logged and
before turning VERBOSE log level, the only message you see in syslog is
> Jun 17 08:39:12 vm183 sshd[90005]: Connection closed by 10.65.x.x [preauth]
which is different to normal password authentication.
Further code reading led me to function auth_log() in auth.c:286 where
you can see that the other methods than password should be logged only
if you exceed the half of max_authtries option....