Skip to main content
4 of 4
deleted 10 characters in body
Chris Davies
  • 128.1k
  • 16
  • 179
  • 324

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
Santosh Garole
  • 386
  • 1
  • 4
  • 16