Last active
February 13, 2018 06:21
-
-
Save sgur/54de66ea4a098e09f2da100e056aba88 to your computer and use it in GitHub Desktop.
SSH over HTTPS
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
ProxyCommand connect -H localhost:3128 %h %p | |
Host git.localdomain.org | |
ProxyCommand none | |
Host tunnelhost.com | |
ProxyCommand connect -H localhost:3128 %h %p | |
User user | |
IdentityFile ~/.ssh/ident | |
ServerAliveInterval 60 | |
Tunnel yes | |
LocalForward localhost:11433 sqlhost.com:1433 | |
LocalForward localhost:13389 rdphost.com:3389 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment