1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 ESXi OS V1R1
  4. ESXI-67-000022 – The ESXi host SSH daemon must be configured to not allow gateway ports.

ESXI-67-000022 – The ESXi host SSH daemon must be configured to not allow gateway ports.

Details

SSH TCP connection forwarding provides a mechanism to establish TCP connections proxied by the SSH server. 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). Gateway ports allow remote forwarded ports to bind to non-loopback addresses on the server.

Solution

From an SSH session connected to the ESXi host, or from the ESXi shell, add or correct the following line in ‘/etc/ssh/sshd_config’:

GatewayPorts no

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles