Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 148 Bytes

ssh-with-port-forwarding.md

File metadata and controls

7 lines (5 loc) · 148 Bytes

SSH With Port Forwarding

Use the -L flag with ssh to forward a connection to a remote server

$ ssh someserver -L3000:localhost:3000