A temp way to solve a vscode bug
This commit is contained in:
parent
50943bb306
commit
997f65a72f
@ -1,15 +1,18 @@
|
|||||||
# Global Rules
|
# Global Rules
|
||||||
Host *
|
Host * !*.github.com !github.com
|
||||||
IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395
|
IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395
|
||||||
IdentityFile %d/.ssh/id_ed25519
|
IdentityFile %d/.ssh/id_ed25519
|
||||||
IdentityFile %d/.ssh/id_rsa
|
IdentityFile %d/.ssh/id_rsa
|
||||||
Host * !*.github.com !github.com
|
|
||||||
VisualHostKey yes
|
VisualHostKey yes
|
||||||
|
|
||||||
# Github SSH adapter for restricted networks
|
# Github SSH adapter for restricted networks
|
||||||
Host github.com gist.github.com
|
Host github.com gist.github.com
|
||||||
HostName ssh.github.com
|
HostName ssh.github.com
|
||||||
Port 443
|
Port 443
|
||||||
|
# This solves a VSCode bug
|
||||||
|
IdentityFile %d/.ssh/id_ed25519
|
||||||
|
IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395
|
||||||
|
IdentityFile %d/.ssh/id_rsa
|
||||||
|
|
||||||
# Home network
|
# Home network
|
||||||
Host unifi
|
Host unifi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user