SV-99305r1_rule
V-88655
SRG-OS-000297-GPOS-00115
VROM-SL-000950
CAT II
10
Edit the SSH daemon configuration with the following command:
# sed -i "/^[^#]ListenAddress/ c\ListenAddress = 0.0.0.0" /etc/ssh/sshd_config
Replace "0.0.0.0" with the listening network addresses designated for management traffic.
Check the SSH daemon configuration for listening network addresses:
# grep -i Listen /etc/ssh/sshd_config | grep -v '^#'
If no configuration is returned, or if a returned "Listen" configuration contains addresses not designated for management traffic, this is a finding.
V-88655
False
VROM-SL-000950
Check the SSH daemon configuration for listening network addresses:
# grep -i Listen /etc/ssh/sshd_config | grep -v '^#'
If no configuration is returned, or if a returned "Listen" configuration contains addresses not designated for management traffic, this is a finding.
M
3461