Skip to content

Instantly share code, notes, and snippets.

@hkarthik
Created August 2, 2011 20:55
Show Gist options
  • Save hkarthik/1121201 to your computer and use it in GitHub Desktop.
Save hkarthik/1121201 to your computer and use it in GitHub Desktop.
SSH tunneling for localhost:3000 while pairing
ssh tmux@host -L 3000:localhost:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment