When I try to connect to an ssh server (with ssh -v) I always have (my system is an Ubuntu 8.04):
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
No credentials cache found
debug1: Unspecified GSS failure. Minor code may provide more information
No credentials cache found
debug1: Unspecified GSS failure. Minor code may provide more information
debug1: Next authentication method: publickey
The fact is that on many servers the establishment of ssh connection is very slow because of this issue.
When I try to connect to an ssh server (with ssh -v) I always have (my system is an Ubuntu 8.04):
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
No credentials cache found
debug1: Unspecified GSS failure. Minor code may provide more information
No credentials cache found
debug1: Unspecified GSS failure. Minor code may provide more information
debug1: Next authentication method: publickey
The fact is that on many servers the establishment of ssh connection is very slow because of this issue.