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
- 800-53|IA-3
- CAT|II
- CCI|CCI-000778
- Rule-ID|SV-215186r538429_rule
- STIG-ID|AIX7-00-001025
- STIG-Legacy|SV-102347
- STIG-Legacy|V-92245
- Vuln-ID|V-215186