On Fri July 17 2009, Ed W wrote:
> Michael S. Zick wrote:
> > On Thu July 16 2009, Ed W wrote:
> >
> >> I would be interested to hear from anyone who has written somescripts or
> >> has implemented stuff around the whole "ssh gateway" idea which makes it
> >> simpler to operate?
> >>
> >>
> >
> > ???
> > Use public key authentication - just file your public key with the ~/.ssh
> > known_keys file in the context you want to talk to - no login prompt.
> >
> >
>
> Bear in mind the scenario here is that you have to SSH into the gateway
> machine, and then from that machine on to the desired destination
> machine. The question was about hiding the gateway machine so that it
> feels like you are going directly to the remote machine
>
I would expect:
ssh mach1 "ssh mach2"
to work.
You might have to tweak something in you *config file(s) to allow it.
Mike
> Cheers
>
> Ed W
>
Received on Fri Jul 17 22:59:23 2009