SV-233300r603280_rule
V-233300
SRG-OS-000480
SOL-11.1-040331
CAT II
10
The root role is required.
Modify the sshd_config file.
# vi /etc/ssh/sshd_config
Locate the line containing:
X11UseLocalhost
Change it to:
X11UseLocalhost yes
Restart the SSH service.
# svcadm restart svc:/network/ssh
Determine if the X11 forwarding server is bound to the loopback address.
# grep "^X11UseLocalhost" /etc/ssh/sshd_config
If the output of this command is not:
X11UseLocalhost yes
this is a finding.
V-233300
False
SOL-11.1-040331
Determine if the X11 forwarding server is bound to the loopback address.
# grep "^X11UseLocalhost" /etc/ssh/sshd_config
If the output of this command is not:
X11UseLocalhost yes
this is a finding.
M
4022