From 997f65a72f52bd52c64991c8a46cba635cf45e85 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 6 Aug 2023 12:10:07 -0400 Subject: [PATCH] A temp way to solve a vscode bug --- configs/ssh/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configs/ssh/config b/configs/ssh/config index 00d93bd..3aecff3 100644 --- a/configs/ssh/config +++ b/configs/ssh/config @@ -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