Skip to content

Instantly share code, notes, and snippets.

@ali-master
Created November 23, 2023 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ali-master/0e5ff61bc622d98d39d89a28cb80309e to your computer and use it in GitHub Desktop.
Save ali-master/0e5ff61bc622d98d39d89a28cb80309e to your computer and use it in GitHub Desktop.
SSH port forwarding to. remote host/server
ssh -L 3000:localhost:3000 your-non-root-user@yourserver-ip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment