Information
OL 9 SSH daemon must not allow Generic Security Service Application Program Interface (GSSAPI) authentication.
GROUP ID: V-271704
RULE ID: SV-271704r1091824
GSSAPI authentication is used to provide additional authentication mechanisms to applications. Allowing GSSAPI authentication through SSH exposes the system's GSSAPI to remote hosts, increasing the attack surface of the system.
Solution
Configure the SSH daemon to not allow GSSAPI authentication.
Add or uncomment the following line to "/etc/ssh/sshd_config" or to a file in "/etc/ssh/sshd_config.d" and set the value to "no":
GSSAPIAuthentication no
The SSH service must be restarted for changes to take effect:
$ sudo systemctl restart sshd.service