Last active
April 22, 2016 10:27
-
-
Save scudelletti/efc3b0781f541c5826ded39efa1b1aa4 to your computer and use it in GitHub Desktop.
Forward port on SSH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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