Information
The GSSAPIAuthentication parameter specifies whether user authentication based on GSSAPI is allowed
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 Match statement:
GSSAPIAuthentication no
Note: First occurrence of a option takes precedence, Match set statements withstanding.