Skip to content

2.3.4 Ensure telnet client is not installed

Audit#

Verify telnet 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' telnet
telnet unknown ok not-installed not-installed

Remediation#

Uninstall telnet:

# apt purge telnet