Reverse SSH Tunnel

Use SSH to punch a whole through a corp firewall in order to access internal assets.

SSH -L localhost:1080:internalwebserver.foo.bar:443 jumpBox.foo.bar

Last updated

Was this helpful?