recursive ssh invocation

From: Andrei Alexandrescu (See Website For Email) (SeeWebsiteForEmail_at_moderncppdesign.com)
Date: 05/28/05

  • Next message: Bernd Breitschaedel: "Re: cygwin + SSH2"
    Date: Fri, 27 May 2005 23:50:36 -0700
    
    

    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

    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

    Anyone knows how to solve this?

    Thanks,

    Andrei


  • Next message: Bernd Breitschaedel: "Re: cygwin + SSH2"