Skip to content

2.2.2 Ensure rsh client is not installed

Audit#

Verify rsh-client is not installed. Use the following command to provide the needed information:

# dpkg-query -s rsh-client &>/dev/null && echo "rsh-client is installed"
Nothing should be returned.

Remediation#

Uninstall rsh:

# apt purge rsh-client