1. Home
  2. Security Hardening
  3. DISA STIG AIX 7.x V2R3
  4. AIX7-00-001025 – AIX must configure the ttys value for all interactive users – default user

AIX7-00-001025 – AIX must configure the ttys value for all interactive users – default user

Details

A user’s ‘ttys’ attribute controls from which device(s) the user can authenticate and log in. If the ‘ttys’ attribute is not specified, all terminals can access the user account.

Solution

From the command prompt, run the following command to set ‘ttys=ALL’ for the default stanza in ‘/etc/security/user’:
# chsec -f /etc/security/user -s default -a ttys=ALL

Run the following command to recheck ‘ttys’ values for all users:
# lsuser -a ttys ALL

For each interactive user who does not have ‘ttys=ALL’, set the value of ‘ttys’ to ‘ALL’ by running the following command from command prompt:
# chsec -f /etc/security/user -s [user_name] -a ttys=ALL

Supportive Information

The following resource is also helpful.

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

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles