>_ shadow.red

SSH Local Port Forwarding (-L)

Everywhere Tunnels SSH Tunneling linux windows

Listen on the SSH client; packets travel through the tunnel to the SSH server and out to the destination.

Multi-hop example

ssh -N -L 0.0.0.0:5544:10.10.30.118:3389 sysadmin@10.8.20.130

Flags:

Use the forwarded port

xfreerdp /v:192.168.45.78:5544 /u:fin_admin /p:Passw0rd!567

Single-port localhost forward

ssh -N -L 81:127.0.0.1:80 sean@10.11.1.251