Rule ID
SV-45787r1_rule
Version
V1R12
CCIs
The rshd process provides a typically unencrypted, host-authenticated remote access service. SSH should be used in place of this service.
Check to see if rshd is configured to run on startup. Procedure: # grep disable /etc/xinetd.d/rsh If /etc/xinetd.d/rsh exists and rsh is found to be enabled, this is a finding.
Edit /etc/xinetd.d/rsh and set "disable=yes".