From stuart.green at doccentrics.com Thu Aug 20 11:34:41 2015 Content-Type: multipart/mixed; boundary="===============5983144710014825728==" MIME-Version: 1.0 From: Stuart Green To: scap-security-guide at lists.fedorahosted.org Subject: telnet section Date: Wed, 31 Jul 2013 16:15:42 +0100 Message-ID: <51F92A1E.2010103@doccentrics.com> --===============5983144710014825728== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Greetings All, New to this list! I think I might have found an issue with the SSG policy content. Summary: If you do not have telnet installed on the system it causes = Rule ID: disable_telnet_service to fail. In no place in this rule does it consider that telnet might not be = installed at all, so it fails (rather than errors, or even better does a = check as a precursor to see if its installed at all and if not passes!) grep 'id=3D"oval:ssg:tst:231"' ssg-rhel6-oval.xml.result.xml Disable telnet Service The telnet service can be disabled with = the following command: # chkconfig telnet off AC-17(8) CM-7 IA-5(1)(c) 68 1436 197 877 888 DS 20121026 The telnet protocol uses unencrypted network communication, which means that data from the login session, including passwords and all other information transmitted during the session, can be stolen by eavesdroppers on the network. The telnet protocol is also subject to man-in-the-middle attacks. CCE-26836-7 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 at all runlevels, as shown in the example below: # chkconfig telnet --list telnet 0:off 1:off 2:off 3:off = 4:off 5:off 6:off Run the following command to verify telnet = is disabled through current runtime configuration: # service telnet status If the service is disabled the command will return the following = output: telnet is stopped Cheers, Stu --===============5983144710014825728==--