Re: recursive ssh invocation
From: Andrei Alexandrescu (See Website For Email) (SeeWebsiteForEmail_at_moderncppdesign.com)
Date: 05/29/05
- Previous message: Andrei Alexandrescu (See Website For Email): "Re: recursive ssh invocation"
- In reply to: Richard E. Silverman: "Re: recursive ssh invocation"
- Next in thread: Richard E. Silverman: "Re: recursive ssh invocation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 29 May 2005 10:45:00 -0700
Richard E. Silverman wrote:
>>>>>>"AA" == Andrei Alexandrescu (See Website for Email) <seewebsiteforemail@moderncppdesign.com> writes:
>
>
> AA> Thanks to all who've answered. Indeed, my net uses Kerberos with
> AA> OpenSSH on Linux...
>
> Then the snippet you posted does in fact indicate the problem.
>
> AA> For reasons I don't get, however, the procedure fails on recursive
> AA> invocations.
>
> It fails because you have Kerberos credentials on the first machine, but
> not on the second: you need ticket forwarding. Set
> GSSAPIDelegateCredentials=yes on the client, and make sure you have
> forwardable tickets:
Yay, that worked like a charm! Thanks a lot, Richard!
Andrei
- Previous message: Andrei Alexandrescu (See Website For Email): "Re: recursive ssh invocation"
- In reply to: Richard E. Silverman: "Re: recursive ssh invocation"
- Next in thread: Richard E. Silverman: "Re: recursive ssh invocation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|