Skip to content

Instantly share code, notes, and snippets.

@jsun969
Created June 30, 2022 07:53
Show Gist options
  • Save jsun969/97cb7056c0a732d85226a52de3a8b4bd to your computer and use it in GitHub Desktop.
Save jsun969/97cb7056c0a732d85226a52de3a8b4bd to your computer and use it in GitHub Desktop.
GitHub SSH Proxy
# Proxy For GitHub
Host github.com
ProxyCommand "C:/Program Files/Git/mingw64/bin/connect.exe" -H <proxy_url> %h %p
IdentityFile "C:\Users\Administrator\.ssh\id_ed25519"
TCPKeepAlive yes
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment