1. Home
  2. Security Hardening
  3. DISA STIG Ubuntu 18.04 LTS V2R4
  4. UBTU-18-010031 – The Ubuntu operating system must enforce a delay of at least 4 seconds between logon prompts following a failed logon attempt.

UBTU-18-010031 – The Ubuntu operating system must enforce a delay of at least 4 seconds between logon prompts following a failed logon attempt.

Details

Limiting the number of logon attempts over a certain time interval reduces the chances that an unauthorized user may gain access to an account.

Solution

Configure the Ubuntu operating system to enforce a delay of at least 4 seconds between logon prompts following a failed logon attempt.

Edit the file ‘/etc/pam.d/common-auth’ and set the parameter ‘pam_faildelay’ to a value of 4000000 or greater:

auth required pam_faildelay.so delay=4000000

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles