Linux changing password delay
Changing the timeout delay for wrong logins on linux has a lot of details, in my case the TL;DR was:
/etc/pam.d/login
change the number, in microseconds;- disable delays completely in
/etc/pam.d/common-auth
by addingnodelay
to:auth [success=1 default=ignore] pam_unix.so nullok_secure nodelay
The second one works also for everything inheriting that, which is a lot.
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus