Comment 10 for bug 96472

Revision history for this message
Wenzhuo Zhang (wenzhuo) wrote : Re: [Bug 96472] Re: GSSAPIAuthentication slows down ssh

Ryan wrote:
> *** This bug is a duplicate of bug 84899 ***
> https://bugs.launchpad.net/bugs/84899
>
> The change fixes the delay, and it is odd that it was set to yes in the default ubuntu config since the yes setting conflicts with the man page
> -
> GSSAPIAuthentication
> Specifies whether user authentication based on GSSAPI is allowed. The default is “no”. Note that this option applies to
> protocol version 2 only.

There is no conflict. You misunderstood what default means. It just
means if you don't explicitly specify GSSAPIAuthentication in ssh_config,
it defaults to "no". But, the openssh package maintainer decided to
specify "GSSAPIAuthentication yes" for some unknown reason.

On a desktop on the same LAN, GSSAPIAuthentication does not introduce
noticeable delay. I have yet to investigate why.

Wenzhuo