Skip to content

Instantly share code, notes, and snippets.

@abdullahkhilji
Created March 15, 2020 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdullahkhilji/2437e77021ef96191f741e5c9785f2a6 to your computer and use it in GitHub Desktop.
Save abdullahkhilji/2437e77021ef96191f741e5c9785f2a6 to your computer and use it in GitHub Desktop.
Host github.com
AddKeysToAgent yes
Hostname ssh.github.com
IdentityFile ~/.ssh/id_rsa
User git
Port 443
proxycommand socat - PROXY:172.16.199.20:%h:%p,proxyport=8080
Host gitlab.com
AddKeysToAgent yes
Hostname altssh.gitlab.com
IdentityFile ~/.ssh/id_rsa
User git
Port 443
proxycommand socat - PROXY:172.16.199.20:%h:%p,proxyport=8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment