
bugzilla-daemon at bugzilla
Jul 4, 2008, 4:34 PM
Post #2 of 2
(201 views)
Permalink
|
|
[Bug 1432] MaxAuthTries is not used correctly
[In reply to]
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1432 Damien Miller <djm[at]mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED CC| |djm[at]mindrot.org --- Comment #5 from Damien Miller <djm[at]mindrot.org> 2008-07-05 09:34:13 --- a fix for this has been committed: Both protocol 1 and 2 now check that failures < max_auth_tries before running the auth method (allowing MaxAuthTries=0 to work). Failure is now pre-incremented and the test is "<=", not "<". Finally, protocol 2 allows an initial authentication attempt with the "none" method without penalty if MaxAuthTries>0 because of its slightly-special nature in the protocol. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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. _______________________________________________ openssh-bugs mailing list openssh-bugs[at]mindrot.org https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|