Information
The GSSAPIAuthentication parameter specifies whether user authentication based on GSSAPI is allowed
More information about the openSSH server configuration is available in the \"Configure SSH Server\" section overview.
Allowing GSSAPI authentication through SSH exposes the system's GSSAPI to remote hosts, and should be disabled to reduce the attack surface of the system
Solution
Edit the /etc/ssh/sshd_config file to set the GSSAPIAuthentication parameter to no above any Include and Match entries as follows:
GSSAPIAuthentication no
Impact:
Disabling GSSAPI authentication in environments that rely on centralized authentication could disrupt legitimate access.