Skip to content

Instantly share code, notes, and snippets.

@iponkan
Last active March 10, 2022 02:02
Show Gist options
  • Save iponkan/7bbec4c1a32d2518057e609b179e3173 to your computer and use it in GitHub Desktop.
Save iponkan/7bbec4c1a32d2518057e609b179e3173 to your computer and use it in GitHub Desktop.
ssh config
# gitlab
Host gitlab.linphone.org
HostName gitlab.linphone.org
PreferredAuthentications publickey
IdentityFile C:\\Users\lenovo\\.ssh\\id_rsa_gitlab
# github
Host github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile C:\\Users\\lenovo\\.ssh\\id_rsa
# gist
Host gist.github.com
HostName gist.github.com
PreferredAuthentications publickey
IdentityFile C:\\Users\\lenovo\\.ssh\\id_rsa
# Proxy
ProxyCommand connect -S 127.0.0.1:10808 -a none %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment