Displaying 1 result from an estimated 1 matches for "keyallow".
Did you mean:
keyallowed
2015 Jun 18
7
[Bug 2415] New: Public key failures are not counted and therefore not logged into syslog
...t. I was browsing through the
git history, but I didn't find any moment when it could have been
working (maybe before implementation of privilege separation, when
there was only one authctxt?).
The difference between password authentication and pubkey is, that this
log is called from mm_answer_keyallowed instead of standard cycle
monitor_child_preauth.
Fix is pretty easy, just increment failures value before (or after as
other log calls?) calling the log function in monitor.c, but of course
I want to make sure that I didn't miss something from protocol
specification. But everything looks lik...