SSH Reverse Tunnels
Introduction
Local Tunnel vs Remote Tunnel
Local Tunnel
ssh -L 10000:localhost:1000 <username>@<ip>Remote Tunnel
Last updated
ssh -L 10000:localhost:1000 <username>@<ip>Last updated