Skip to content

2.3.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 -W -f='${binary:Package}\t${Status}\t${db:Status-Status}\n' rshclient
rsh-client unknown ok not-installed not-installed

Remediation#

Uninstall rsh:

# apt purge rsh-client