SSH With Port Forwarding
Use the -L
flag with ssh
to forward a connection to a remote server
$ ssh someserver -L3000:localhost:3000
Last updated
Was this helpful?
Use the -L
flag with ssh
to forward a connection to a remote server
$ ssh someserver -L3000:localhost:3000
Last updated
Was this helpful?