How to fix debug1 Unspecified GSS failure error


Contents

  1. Error:

Today  I tried to connect  one of  Linux  nodes and  I got  this  error  and  SSH takes to much time  to connect  node. I fixed  this  problem to  add  host to  /etc/hosts  file.

Error:

debug1: Unspecified GSS failure. Minor code may provide more information
Cannot determine realm for numeric host address

#ssh -vv  root@10.10.10.15

debug2: we did not send a packet, disable method
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
Cannot determine realm for numeric host address

debug1: Unspecified GSS failure. Minor code may provide more information
Cannot determine realm for numeric host address

Fix:

# vi /etc/hosts

10.10.10.15 TestSERVER

 

I'm a IT Infrastructure and Operations Architect with extensive experience and administration skills and works for Turk Telekom. I provide hardware and software support for the IT Infrastructure and Operations tasks.

205 Total Posts
Follow Me