Created
April 11, 2013 07:49
-
-
Save chendo/5361523 to your computer and use it in GitHub Desktop.
Slap this in ~/.ssh/config to route github.com access over SSH via another server to get around routing issues.
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 github.com | |
ProxyCommand ssh -qxT <ssh server you have access to> nc %h %p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment