April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Change the delay time after a failed login attempt?

On Solaris, this can be changed in the /etc/default/login file. The default
is 4 seconds. In case you want no delay at all, change it to 0.

SLEEPTIME=0

On Linux, this can be configured in the /etc/login.defs file. The default
on Linux is 3 seconds.

FAIL_DELAY    0

But be careful. By changing this setting, a brute force attack might be easier

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>