SV-216114r603268_rule
V-216114
SRG-OS-000480
SOL-11.1-040330
CAT II
10
The root role is required.
Modify the sshd_config file.
# pfedit /etc/ssh/sshd_config
Locate the line containing:
X11Forwarding
Change it to:
X11Forwarding no
Restart the SSH service.
# svcadm restart svc:/network/ssh
Determine if X11 Forwarding is enabled.
# grep "^X11Forwarding" /etc/ssh/sshd_config
If the output of this command is not:
X11Forwarding no
this is a finding.
V-216114
False
SOL-11.1-040330
Determine if X11 Forwarding is enabled.
# grep "^X11Forwarding" /etc/ssh/sshd_config
If the output of this command is not:
X11Forwarding no
this is a finding.
M
4021