From 89ae97145e56ae367fd9dcce9ee3ceeb18f64841 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 27 Jan 2026 14:40:36 -0800 Subject: [PATCH] Remove identity file entries --- dotfiles/ssh/config | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index 29a59c6..93f9c08 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -13,13 +13,6 @@ CanonicalizeFallbackLocal yes CanonicalDomains systemoverlord.com CanonicalizeMaxDots 0 -# Identity files -IdentityFile ~/.ssh/id_ed25519_sk -IdentityFile ~/.ssh/id_ecdsa_sk -IdentityFile ~/.ssh/id_ed25519 -IdentityFile ~/.ssh/id_ecdsa -IdentityFile ~/.ssh/id_rsa - Host *.cloudshell.dev # Cloudshell hostnames are too long for unix sockets ControlMaster no