Mailing List Archive

[Bug 1432] MaxAuthTries is not used correctly
https://bugzilla.mindrot.org/show_bug.cgi?id=1432


Jan Pechanec <Jan.Pechanec@Sun.COM> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |Jan.Pechanec@Sun.COM




--- Comment #4 from Jan Pechanec <Jan.Pechanec@Sun.COM> 2008-06-30 06:12:12 ---
the 1st attempt is #0, not #1.

--
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@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1432] MaxAuthTries is not used correctly [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1432


Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
CC| |djm@mindrot.org




--- Comment #5 from Damien Miller <djm@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@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs