Rule ID
SV-239512r661987_rule
Version
V2R2
CCIs
CCI-000381
Removing the "telnet-server" package decreases the risk of the unencrypted telnet service's accidental (or intentional) activation.
Check if "telnet-server" package is installed: # rpm -q telnet-server If there is a "telnet-server" package listed, this is a finding.
To remove the "telnet-server" package use the following command: rpm -e telnet-server