From ebc57a32a55ceccb8df8654f827d6ba512e1cafd Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Thu, 13 Jun 2024 09:49:35 +0200 Subject: [PATCH] [ssh] Turn off known host hashing and auto add keys after use --- ssh/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh/config b/ssh/config index a3695f6..4111cb7 100644 --- a/ssh/config +++ b/ssh/config @@ -9,3 +9,5 @@ Host * IdentityFile ~/.ssh/keys/%h UserKnownHostsFile ~/.ssh/known_hosts ~/.ssh/known_hosts.d/%h ~/.ssh/known_hosts2 UpdateHostKeys ask + HashKnownHosts no + AddKeysToAgent yes