Unless needed, SSH should not permit extraneous or unnecessary
authentication mechanisms like Kerberos.
The default SSH configuration disallows authentication validation through Kerberos.
The appropriate configuration is used if no value is set for KerberosAuthentication
.
To explicitly disable Kerberos authentication, add or correct the following line in
/etc/ssh/sshd_config
:
KerberosAuthentication no