From f5d735b7a9d1b9c78198acf1d56d98da55981d3d Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 1 Nov 2023 17:46:25 -0400 Subject: [PATCH] Allow falling back to an rsa key --- configs/ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ssh/config b/configs/ssh/config index 99754c1..ab276b1 100644 --- a/configs/ssh/config +++ b/configs/ssh/config @@ -3,7 +3,7 @@ Host * !*.github.com !github.com IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395 IdentityFile %d/.ssh/id_ed25519 - # IdentityFile %d/.ssh/id_rsa + IdentityFile %d/.ssh/id_rsa VisualHostKey yes # Github SSH adapter for restricted networks