The ESXi host Secure Shell (SSH) daemon must not permit tunnels.
An XCCDF Rule
Description
OpenSSH has the ability to create network tunnels (layer 2 and layer 3) over an SSH connection. This function can provide similar convenience to a virtual private network (VPN) with the similar risk of providing a path to circumvent firewalls and network Access Control Lists (ACLs).
- ID
- SV-258764r933353_rule
- Version
- ESXI-80-000209
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
From an ESXi shell, run the following command:
# esxcli system ssh server config set -k permittunnel -v no
or