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/loginchange the number, in microseconds;- disable delays completely in 
/etc/pam.d/common-authby addingnodelayto: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