Comment 7 for bug 84849

Revision history for this message
Daniel Werner (demitsu) wrote :

Could you please (as a test) try the connection with GSSAPIAuthentication disabled anyway? This would help to distinguish the issues you were experiencing from those described in bug #84899. The easiest way to do this:

  ssh -vvv -oGSSAPIAuthentication=no sage@192.168.1.2 >>ssh-nogssapi-nomdns.log 2>&1

This will disable the GSSAPI setting only for this connection, and additionally log every single step taken by SSH to a file called »ssh-nogssapi-nomdns.log« in your current directory. Please attach this log file to your next comment.