Skip to main content
deleted 10 characters in body
Source Link
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 $catGSSA /etc/ssh/sshd_config | grep GSSA
# Ciphers, MACs, KexAlgoritms and GSSAPIKexAlgorithsm will not have any
# GSSAPI options
*GSSAPIAuthenticationGSSAPIAuthentication no*no

Had to disable GSSAPIAuthentication in /etc/sshd/sshd_configfile. This worked for me too as shown below.

 $cat /etc/ssh/sshd_config | grep GSSA
# Ciphers, MACs, KexAlgoritms and GSSAPIKexAlgorithsm will not have any
# GSSAPI options
*GSSAPIAuthentication no*

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
Formatted text.
Source Link
Santosh Garole
  • 386
  • 1
  • 4
  • 16

Had to disable GSSAPIAuthentication in /etc/sshd/sshd_configfile. This worked for me too as shown below.

 $cat /etc/ssh/sshd_config | grep GSSA
# Ciphers, MACs, KexAlgoritms and GSSAPIKexAlgorithsm will not have any
# GSSAPI options
*GSSAPIAuthentication no*

Had to disable GSSAPIAuthentication in sshd_configfile. This worked for me too.

Had to disable GSSAPIAuthentication in /etc/sshd/sshd_configfile. This worked for me too as shown below.

 $cat /etc/ssh/sshd_config | grep GSSA
# Ciphers, MACs, KexAlgoritms and GSSAPIKexAlgorithsm will not have any
# GSSAPI options
*GSSAPIAuthentication no*

Had to disable GSSAPIAuthenticationGSSAPIAuthentication in sshd_configsshd_configfile. thisThis worked for me too.

Had to disable GSSAPIAuthentication in sshd_config. this worked for me too.

Had to disable GSSAPIAuthentication in sshd_configfile. This worked for me too.

Source Link
Santosh Garole
  • 386
  • 1
  • 4
  • 16
Loading