I am trying to use sshj to tunnel through an gateway (jump point) server:
A -> B -> C
The caveat is that I need to do this without setting up a local port forward. I need to make a direct connection to server B, then make another ssh connection to server C.