SV-100423r1_rule
V-89773
SRG-OS-000297-GPOS-00115
VRAU-SL-000975
CAT II
10
Edit the SSH daemon configuration /etc/ssh/sshd_config to specify listening network addresses designated for management traffic with the following command:
sed -i "/^ListenAddress/ c\ListenAddress x.x.x.x" /etc/ssh/sshd_config
Note: Replace x.x.x.x with the desired remote access IP address.
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-89773
False
VRAU-SL-000975
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
3459