SV-258874r933683_rule
V-258874
SRG-OS-000480-GPOS-00227
PHTN-40-000211
CAT II
10
Navigate to and open:
/etc/ssh/sshd_config
Ensure the "GSSAPIAuthentication" line is uncommented and set to the following:
GSSAPIAuthentication no
At the command line, run the following command:
# systemctl restart sshd.service
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i GSSAPIAuthentication
Example result:
gssapiauthentication no
If "GSSAPIAuthentication" is not set to "no", this is a finding.
V-258874
False
PHTN-40-000211
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i GSSAPIAuthentication
Example result:
gssapiauthentication no
If "GSSAPIAuthentication" is not set to "no", this is a finding.
M
5569