[Bug 416264] Re: ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

2010-11-16 Thread GeekGirl1
I also confirm this problem on 10.10 and successfully applied the work- around. Additionally, I reported this problem and fix in Bug #84899 as suggested in comment #8: https://bugs.launchpad.net/openssh/+bug/84899/comments/54. Ubuntu uses the Debian ssh package, so perhaps this bug should be

[Bug 416264] Re: ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

2010-10-17 Thread Stephen Thorne
I can replicate this problem on ubuntu 10.10, configuring ssh not to do GSSAPIAuthentication stops it from taking so long to authenticate, thank you for the workaround. -- ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi https://bugs.launchpad.net/bugs/416264 You

[Bug 416264] Re: ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

2010-07-15 Thread Julian Lam
As far as I know, everything is hunky-dory when connecting to an Ubuntu box (which I've done up until now). Connecting to joyent.us was a pain, until this workaround. Interesting... -- ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

[Bug 416264] Re: ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

2010-05-22 Thread Ralph Corderoy
Just experienced this with a 8.04 ssh client talking to a CentOS ssh server. Turning off GSSAPIAuthentication avoids the delay. -- ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi https://bugs.launchpad.net/bugs/416264 You received this bug notification because

[Bug 416264] Re: ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

2010-02-01 Thread Daniel Ellis
Could this be a duplicated of Bug #84899 ? -- ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi https://bugs.launchpad.net/bugs/416264 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. --

[Bug 416264] Re: ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

2009-12-18 Thread Jakob Unterwurzacher
** Description changed: - When I try to connect to an ssh server (with ssh -v) I always have (my - system is an Ubuntu 8.04): + === 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

[Bug 416264] Re: ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

2009-11-11 Thread Neil Wilson
The 'Unspecified GSS failure' is a red herring. That is normal if you don't have Kerberos installed. -- ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi https://bugs.launchpad.net/bugs/416264 You received this bug notification because you are a member of Ubuntu

[Bug 416264] Re: ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

2009-11-11 Thread marco.pallotta
So it couldn't be a bug but an expected behavior. I don't know why GSSAPI auth needs reverse lookup but one could argue that you have to set right direct and reverse dns config in order to use SSH. If you haven't it (as in my situation) the problem could be related to you (and me :-))

Re: [Bug 416264] Re: ssh client pauses during GSS negotiation due to delay on reverse lookup in avahi

2009-11-11 Thread Neil Wilson
The DNS server is returning 'NXDomain' correctly. What is taking the time is the Multicast AVAHI lookups. You get the same delay if you ssh to an IP address. The delay is a function of the AVAHI setup. 2009/11/11 marco.pallotta marco.pallo...@gmail.com: So it couldn't be a bug but an expected