mail...@sergio.spb.ru writes:

> Right now wildcarad host '*' takes precedence over all other
> declarations:

> host *
>       GSSAPIDelegateCredentials no

> host foo
>       GSSAPIKeyExchange yes
>       GSSAPIAuthentication yes
>       GSSAPIDelegateCredentials yes

The rule, rather, is that the first match takes precedence.  You want to
write this as:

    host foo
        GSSAPIKeyExchange yes
        GSSAPIAuthentication yes
        GSSAPIDelegateCredentials yes

    host *
        GSSAPIDelegateCredentials no

and then it should work as you expect.  See the first few paragraphs of
the ssh_config man page.

-- 
Russ Allbery (r...@debian.org)               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to