AIX must turn off TCP forwarding for the SSH daemon.
An XCCDF Rule
Description
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 ACLs.
- ID
- SV-215301r991589_rule
- Version
- AIX7-00-002118
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Edit the "/etc/sshd/sshd_config" file to add the following line and save the change:
AllowTcpForwarding no
Restart the SSH daemon:
# stopsrc -s sshd
# startsrc -s sshd