From b239b33365d1e2f449f240e7647f50f794d73e77 Mon Sep 17 00:00:00 2001 From: Simon Mayer Date: Tue, 21 Oct 2025 17:44:27 +0200 Subject: [PATCH] Only use `IdentityFile` for ssh authentication --- files/ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/files/ssh/config b/files/ssh/config index ba8bb7ba..f8e20889 100644 --- a/files/ssh/config +++ b/files/ssh/config @@ -4,6 +4,7 @@ Host leaf* Host * User metal IdentityFile files/ssh/id_rsa + IdentitiesOnly yes PasswordAuthentication no StrictHostKeyChecking no UserKnownHostsFile /dev/null