SV-219557r603263_rule
V-219557
SRG-OS-000095
OL6-00-000211
CAT I
10
The "telnet" service can be disabled with the following command:
# chkconfig telnet off
To check that the "telnet" service is disabled in system boot configuration, run the following command:
# chkconfig "telnet" --list
Output should indicate the "telnet" service has either not been installed, or has been disabled, as shown in the example below:
# chkconfig "telnet" --list
telnet off
OR
error reading information on service telnet: No such file or directory
If the service is running, this is a finding.
V-219557
False
OL6-00-000211
To check that the "telnet" service is disabled in system boot configuration, run the following command:
# chkconfig "telnet" --list
Output should indicate the "telnet" service has either not been installed, or has been disabled, as shown in the example below:
# chkconfig "telnet" --list
telnet off
OR
error reading information on service telnet: No such file or directory
If the service is running, this is a finding.
M
2928