Skip to content

Instantly share code, notes, and snippets.

@duncanhall
Created January 4, 2018 16:31
Show Gist options
  • Save duncanhall/0a2ced77bd7de8e253c513e856fe1315 to your computer and use it in GitHub Desktop.
Save duncanhall/0a2ced77bd7de8e253c513e856fe1315 to your computer and use it in GitHub Desktop.
Create tunnel for Node inspector to AWS instance behind ELB
ssh -i ~/.ssh/key.pem -L 60101:127.0.0.1:60101 ubuntu@<INSTANCE IP> -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment