The ESXi host Secure Shell (SSH) daemon must disable port forwarding.
An XCCDF Rule
Description
While enabling Transmission Control Protocol (TCP) tunnels is a valuable function of sshd, this feature is not appropriate for use on the ESXi hypervisor.
- ID
- SV-258785r933416_rule
- Version
- ESXI-80-000230
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
From an ESXi shell, run the following command:
# esxcli system ssh server config set -k allowtcpforwarding -v no
or