Skip to content

Instantly share code, notes, and snippets.

@from-unknown
Created February 17, 2020 10:35
Show Gist options
  • Save from-unknown/c9c0b004056d51645e005b5ff55622a6 to your computer and use it in GitHub Desktop.
Save from-unknown/c9c0b004056d51645e005b5ff55622a6 to your computer and use it in GitHub Desktop.
ssh tunnel for remote debug Node.js
# for remote debug Node.js
ssh -L 9229:localhost:9229 dev-server [-N]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment