Skip to content

SSH⚑

Jump host⚑

Use another system to tunnel the traffic trough:

ssh -J other.host original.host

SOCKS Proxy⚑

ssh -D 1337 -C $USER@<target>