SV-220055r603265_rule
V-220055
SRG-OS-000112
GEN005500
CAT I
10
Edit the configuration file and modify the Protocol line to look like:
Protocol 2
Reload sshd:
kill -HUP <PID of sshd>
Check the SSH daemon configuration for allowed protocol versions.
# grep -i protocol /etc/ssh/sshd_config | grep -v '^#'
If the variables Protocol 2,1 or Protocol 1 are defined on a line without a leading comment, this is a finding.
V-220055
False
GEN005500
Check the SSH daemon configuration for allowed protocol versions.
# grep -i protocol /etc/ssh/sshd_config | grep -v '^#'
If the variables Protocol 2,1 or Protocol 1 are defined on a line without a leading comment, this is a finding.
M
4060