Skip to content

Instantly share code, notes, and snippets.

@chendo
Created April 11, 2013 07:49
Show Gist options
  • Save chendo/5361523 to your computer and use it in GitHub Desktop.
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.
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