Skip to content

Instantly share code, notes, and snippets.

@mmckegg
Created November 15, 2013 02:45
Show Gist options
  • Save mmckegg/7478317 to your computer and use it in GitHub Desktop.
Save mmckegg/7478317 to your computer and use it in GitHub Desktop.
bounce local port off ssh server
ssh -R *:1234:localhost:9966 user@server.com
# http://server.com:1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment