SV-233303r603289_rule
V-233303
SRG-OS-000480
GEN005201
CAT II
10
The root role is required.
Modify the sshd_config file.
# vi /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-233303
False
GEN005201
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
4061