Displaying 1 result from an estimated 1 matches for "pam_retri".
Did you mean:
pam_retries
2014 Jun 25
5
[Bug 2249] New: sshd ignores PAM_MAXRETRIES pam return value
...t; 3
This can be worked around by setting AuthMaxTries to 3 in sshd_config,
but it seems that sshd should really listen to pam and handle the
PAM_MAXRETRIES result by not allowing further retries.
I've observed this behaviour on 6.0p1, but looking at the source for
6.6p1 it looks like PAM_RETRIES isn't handled there either. I couldn't
find an easy way to browse the most current VCS version, so I didn't
check there.
See also:
https://git.fedorahosted.org/cgit/linux-pam.git/tree/modules/pam_unix/support.c#n297
https://git.fedorahosted.org/cgit/linux-pam.git/tree/modules/pam_uni...