STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM AIX 7.x Security Technical Implementation Guide

V-215301

CAT II (Medium)

AIX must turn off TCP forwarding for the SSH daemon.

Rule ID

SV-215301r991589_rule

STIG

IBM AIX 7.x Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-000366

Discussion

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.

Check Content

If TCP forwarding is approved for use by the ISSO, this is not applicable.

Check the SSH daemon configuration for the "AllowTcpForwarding" directive using command: 

# grep -i AllowTcpForwarding /etc/ssh/sshd_config | grep -v '^#' 
AllowTcpForwarding no

If the setting is not present or the setting is "yes", this is a finding.

Fix Text

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