To ssh from one network to some servers, I have to use a hop inbetween,
i.e. two concatenated ssh sessions are necessary. Is there a way to use
the sshd in the middle as something like a "proxy" so I can just ssh to
the destination machine? "ssh -N -D <port> localhost" would need an
additional port opened in the firewall ...
TIA
fw