SSH over HTTPS
Host gist.github.com
ProxyCommand nc -X connect -x localhost:3128 %h %p
Host github.com
ProxyCommand nc -X connect -x localhost:3128 %h %p
Host gitlab.com
ProxyCommand nc -X connect -x localhost:3128 %h %p
Host bitbucket.org
ProxyCommand nc -X connect -x localhost:3128 %h %p
Host gist.github.com
ProxyCommand connect.exe -H localhost:3128 %h %p
Host github.com
ProxyCommand connect.exe -H localhost:3128 %h %p
Host gitlab.com
ProxyCommand connect.exe -H localhost:3128 %h %p
Host bitbucket.org
ProxyCommand connect.exe -H localhost:3128 %h %p