Activity log for bug #416264

Date Who What changed Old value New value Message
2009-08-20 06:02:28 marco.pallotta bug added bug
2009-10-12 22:22:06 Chuck Short openssh (Ubuntu): importance Undecided Low
2009-10-12 22:22:06 Chuck Short openssh (Ubuntu): status New Incomplete
2009-11-02 13:48:05 Chuck Short openssh (Ubuntu): status Incomplete Confirmed
2009-11-11 08:54:15 Neil Wilson summary ssh -v reports "debug1 - unspecified gss failure. minor code may provide more information" ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi
2009-12-18 16:15:31 Jakob Unterwurzacher description 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. === WORKAROUND === From http://www.walkernews.net/2009/04/06/how-to-fix-scp-and-ssh-login-prompt-is-very-slow-in-linux/ for more detail look there 1) Specify the option to disable GSSAPI authentication when using SSH or SCP command, e.g.: ssh -o GSSAPIAuthentication=no appssupp@10.50.100.111 -OR- 2) Explicitly disable GSSAPI authentication in SSH client program configuration file, i.e. edit the /etc/ssh/ssh_config and add in this configuration (if it’s not already in the config file): GSSAPIAuthentication no -OR- 3) Like 2 but in your private ssh config Edit /home/YOURUSERNAME/.ssh/config and add GSSAPIAuthentication no === BUG === 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.
2010-07-23 17:09:05 gene_wood bug added subscriber gene_wood
2010-08-18 23:04:33 Michael Calabrese bug added subscriber Michael Calabrese
2010-11-17 23:37:13 GeekGirl1 bug added subscriber GeekGirl1
2011-02-18 08:11:42 Àlex Magaz bug added subscriber Àlex Magaz
2013-06-22 10:27:41 Oli Wade bug added subscriber Oli Wade
2015-03-27 19:05:41 Eduard Hasenleithner bug added subscriber Eduard Hasenleithner