UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The SSH daemon must be configured to not allow TCP connection forwarding.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22464 GEN005515 SV-26757r1_rule ECSC-1 Low
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. If this function is necessary to support a valid mission requirement, its use must be authorized and approved in the system accreditation package.
STIG Date
UNIX SRG 2013-03-26

Details

Check Text ( C-27766r1_chk )
Check the SSH daemon configuration for the TCP connection forwarding setting.
# grep -i AllowTCPForwarding /etc/ssh/sshd_config | grep -v '^#'
If no lines are returned, or the returned setting has a value evaluating to yes, this is a finding.
Fix Text (F-24007r1_fix)
Edit the SSH daemon configuration and change or add the AllowTCPForwarding setting to no.