2.1.6 Ensure rsh server is not enabled - rexec

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

The Berkeley rsh-server (rsh, rlogin, rexec) package contains legacy services that exchange credentials in clear-text. These legacy services contain numerous security exposures and have been replaced with the more secure SSH package.

Solution

Run the following commands to disable rsh, rlogin, and rexec: # chkconfig rexec off# chkconfig rlogin off# chkconfig rsh off

See Also

https://workbench.cisecurity.org/files/1864