STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM AIX 7.x Security Technical Implementation Guide

V-215433

CAT II (Medium)

The .rhosts file must not be supported in AIX PAM.

Rule ID

SV-215433r991591_rule

STIG

IBM AIX 7.x Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-000366

Discussion

.rhosts files are used to specify a list of hosts permitted remote access to a particular account without authenticating. The use of such a mechanism defeats strong identification and authentication requirements.

Check Content

Check the PAM configuration for "rhosts_auth" using command: 
# grep rhosts_auth /etc/pam.conf |grep -v \# 

If a "rhosts_auth" entry is found, this is a finding.

Fix Text

Edit "/etc/pam.conf" and remove the reference(s) to the "rhosts_auth" module.