Skip to content

Instantly share code, notes, and snippets.

@marcboeker
Created October 15, 2014 16:42
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 marcboeker/5043757bcfce99261d68 to your computer and use it in GitHub Desktop.
Save marcboeker/5043757bcfce99261d68 to your computer and use it in GitHub Desktop.
Forward remote port via SSH
ssh -nNT -g -R 9000:localhost:3000 user@remote_server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment