Had to disable GSSAPIAuthentication in /etc/sshd/sshd_configfile. This worked for me too as shown below.
grep GSSA /etc/ssh/sshd_config
# Ciphers, MACs, KexAlgoritms and GSSAPIKexAlgorithsm will not have any
# GSSAPI options
GSSAPIAuthentication no