Skip to content

Instantly share code, notes, and snippets.

@liweinan

liweinan/config Secret

Last active July 15, 2020 14:18
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 liweinan/45b855359bf04958414fc9f5e80f2d91 to your computer and use it in GitHub Desktop.
Save liweinan/45b855359bf04958414fc9f5e80f2d91 to your computer and use it in GitHub Desktop.
ssh的config文件
Host github.com
User git
Port 443
Hostname ssh.github.com
IdentityFile "/Users/weli/.ssh/id_rsa"
IdentitiesOnly yes
TCPKeepAlive yes
ProxyCommand /usr/local/bin/corkscrew squid.corp.redhat.com 3128 %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment