Created
April 14, 2023 06:17
-
-
Save reaink/7df1f0fd99a809652025c1857cafb174 to your computer and use it in GitHub Desktop.
github ssh config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| compression = 0 | |
| pager = delta | |
| [delta] | |
| navigate = true | |
| line-numbers = true | |
| [sendpack] | |
| sideband = false | |
| [url "git@github.com:"] | |
| insteadOf = https://github.com/ | |
| [interactive] | |
| diffFilter = delta --color-only | |
| [pull] | |
| rebase = true | |
| [http] | |
| proxy = socks5://127.0.0.1:7890 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host github.com | |
| Hostname ssh.github.com | |
| User git | |
| AddKeysToAgent yes | |
| UseKeychain yes | |
| Port 443 | |
| ProxyCommand nc -X 5 -x 127.0.0.1:7890 %h %p | |
| IdentityFile ~/.ssh/reaink_key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ipv6 link local only | |
| dns 8.8.8.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment