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