Nix: SSH With Port Forwarding
Use the -L
flag with ssh
to forward a connection to a remote server
ssh some.server -L3000:localhost:3000
Via jbranchaud/til.
Use the -L
flag with ssh
to forward a connection to a remote server
ssh some.server -L3000:localhost:3000
Via jbranchaud/til.
Leave a comment