1. Home
  2. Security Hardening
  3. DISA STIG Ubuntu 16.04 LTS V2R3
  4. UBTU-16-010070 – The Ubuntu operating system must limit the number of concurrent sessions to ten for all accounts and/or account types.

UBTU-16-010070 – The Ubuntu operating system must limit the number of concurrent sessions to ten for all accounts and/or account types.

Details

Ubuntu operating system management includes the ability to control the number of users and user sessions that utilize an Ubuntu operating system. Limiting the number of allowed users and sessions per user is helpful in reducing the risks related to DoS attacks.

This requirement addresses concurrent sessions for information system accounts and does not address concurrent sessions by single users via multiple system accounts. The maximum number of concurrent sessions should be defined based upon mission needs and the operational environment for each system.

Solution

Configure the Ubuntu operating system to limit the number of concurrent sessions to ten for all accounts and/or account types.

Add the following line to the top of the /etc/security/limits.conf:

* hard maxlogins 10

Supportive Information

The following resource is also helpful.

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

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles