The AIX rlogind service must be disabled.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-215347AIX7-00-003041SV-215347r987796_ruleCCI-000197high
Description
The rlogin daemon permits username and passwords to be passed over the network in clear text.
STIGDate
IBM AIX 7.x Security Technical Implementation Guide2024-08-16

Details

Check Text (C-215347r987796_chk)

Determine if the "rlogind" service is running by running the following command: # grep -v "^#" /etc/inetd.conf |grep rlogin If the above grep command returned a line that contains "rlogin", this is a finding.

Fix Text (F-16543r294493_fix)

Disable the rlogind service by editing the "'etc/inetd.conf" file. # vi /etc/inetd.conf Comment out the "rlogind" service. Restart the inetd service: # refresh -s inetd