Files
til/unix/ssh-with-port-forwarding.md
T

8 lines
148 B
Markdown

# SSH With Port Forwarding
Use the `-L` flag with `ssh` to forward a connection to a remote server
```
$ ssh someserver -L3000:localhost:3000
```