Skip to content

The AIX operating system must be configured to use Multi Factor Authentication for remote connections.

An XCCDF Rule

Description

To assure accountability and prevent unauthenticated access, privileged and non-privileged users must utilize multifactor authentication to prevent potential misuse and compromise of the system. Multifactor authentication uses two or more factors to achieve authentication. Factors include: 1. Something you know (e.g., password/PIN); 2. Something you have (e.g., cryptographic identification device, token); and 3. Something you are (e.g., biometric). The DoD CAC with DoD-approved PKI is an example of multifactor authentication.

ID
SV-215438r991589_rule
Version
AIX7-00-003202
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Add or update the following lines in the /etc/pam.conf file:

sshd auth required   pam_ckfile
sshd auth required   pam_permission file=/etc/security/access.conffound=allow
sshd auth required   pam_pmfa /etc/security/pmfa/pam_pmfa.conf