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.
Is there a way I can SSH from machine A through machine B to machine C with
one command, or do I have to use one command to set up the tunnel (-L port
host:port) and the second to use it (ssh -p port localhost) ? I only have
user access to these machines.
Secondly, if this is possible, how do I put it into the .ssh/config file?
Thanks, Nils.