6.6 Set Delay between Failed Login Attempts to 4.

Information

The SLEEPTIME variable in the /etc/default/login file controls the number of seconds to wait before printing the 'login incorrect' message when a bad password is provided.

Solution

Perform the following to implement the recommended state-
cd /etc/default
awk '/SLEEPTIME=/ { $1 = 'SLEEPTIME=4' } { print }' login >login.new
mv login.new login
pkgchk -f -n -p /etc/default/login

See Also

https://workbench.cisecurity.org/files/614

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-7a., CSCv6|16.7

Plugin: Unix

Control ID: bdc6296a3f6d6c918f82e5dccdcea4f288bc2a2b19b69ddfc9163c5fd8dde0d9