Created
February 2, 2015 17:18
-
-
Save henriquegogo/be53a6618e4b43edbb57 to your computer and use it in GitHub Desktop.
Use SSH through HTTP proxy
This file contains hidden or 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
# ~/.ssh/config | |
Host foobar-proxy.example.com | |
HostName foobar.example.com | |
ProxyCommand nc -X connect -x proxyhost:proxyport %h %p | |
ServerAliveInterval 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment