Re: recursive ssh invocation
From: Unruh (unruh-spam_at_physics.ubc.ca)
Date: 05/28/05
- Next message: Richard E. Silverman: "Re: recursive ssh invocation"
- Previous message: Bernd Breitschaedel: "Re: cygwin + SSH2"
- In reply to: Andrei Alexandrescu (See Website For Email): "recursive ssh invocation"
- Next in thread: Richard E. Silverman: "Re: recursive ssh invocation"
- Reply: Richard E. Silverman: "Re: recursive ssh invocation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 28 May 2005 14:40:13 GMT
"Andrei Alexandrescu (See Website For Email)" <SeeWebsiteForEmail@moderncppdesign.com> writes:
>I have a weird problem. I'm trying to distribute some computing to
>machines and in essence it boils down to the fact that the following
>command doesn't work:
>$ ssh machine1 ssh machine2 echo hello
works for me. You might try brackets Also are you sure that you have
passwordless connection set up on all the machines.
>If, however, I run ssh interactively on machine1 and from there on
>machine2, no problem.
>The relevant debug string looks to be:
>debug1: Authentications that can continue:
>gssapi-with-mic,password,keyboard-interactive
>debug1: Next authentication method: gssapi-with-mic
>debug1: Delegating credentials
>debug1: Miscellaneous failure
>No credentials cache found
What is gssapi-with-mic?
Which ssh are you using?
- Next message: Richard E. Silverman: "Re: recursive ssh invocation"
- Previous message: Bernd Breitschaedel: "Re: cygwin + SSH2"
- In reply to: Andrei Alexandrescu (See Website For Email): "recursive ssh invocation"
- Next in thread: Richard E. Silverman: "Re: recursive ssh invocation"
- Reply: Richard E. Silverman: "Re: recursive ssh invocation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|