Displaying 1 result from an estimated 1 matches for "authenticationthat".
2014 Sep 04
3
[Bug 2270] New: AuthenticationMethods - partial success is considered as failure
...nee: unassigned-bugs at mindrot.org
Reporter: plautrba at redhat.com
Created attachment 2468
--> https://bugzilla.mindrot.org/attachment.cgi?id=2468&action=edit
don't increment failures in case of partial success
sshd logs auth failure even if there was no failed attempt in
authenticationthat when using AuthenticationMethods, see logs:
debug3: userauth_finish: failure partial=0 next methods="password"
[preauth]
debug1: userauth-request for user plautrba service ssh-connection
method password [preauth]
debug1: attempt 1 failures 0 [preauth]
...
debug3: userauth_finish: failure...