> I have the following setup:
> Machine A (which I am on) has access to machine B and the rest of the 
> internal net.
> 
> Machine B has sshd running on it and has access to the outside world.
> 
> Machine C I'd like to ssh to.

No tunneling required. Just force tty allocation in the first session:

        A% ssh -t B ssh C

and you're in business.

-- 
Atro Tossavainen - email available at URL below - +358-9-850-111-86
http : / / www . iki . fi / atro . tossavainen /

Reply via email to