1

A temp way to solve a vscode bug

This commit is contained in:
Evan Pratten 2023-08-06 12:10:07 -04:00
parent 50943bb306
commit 997f65a72f

View File

@ -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