Skip to content

Instantly share code, notes, and snippets.

@scudelletti
Last active April 22, 2016 10:27
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 scudelletti/efc3b0781f541c5826ded39efa1b1aa4 to your computer and use it in GitHub Desktop.
Save scudelletti/efc3b0781f541c5826ded39efa1b1aa4 to your computer and use it in GitHub Desktop.
Forward port on SSH
Host *.staging.something.com
User someuser
ForwardAgent yes
LocalForward localhost:43306 localhost:3306
LocalForward localhost:49200 localhost:9200
LocalForward localhost:49001 localhost:9001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment