From 4b9980a8c355f6c98e60301e5f0c0c4f62df2320 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 27 Mar 2022 17:57:00 +0200 Subject: [PATCH] explicitly set GlobalKnownHostsFile --- bundles/ssh/files/ssh_config | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/ssh/files/ssh_config b/bundles/ssh/files/ssh_config index d4e3065..ac8a46b 100644 --- a/bundles/ssh/files/ssh_config +++ b/bundles/ssh/files/ssh_config @@ -2,3 +2,4 @@ Host * SendEnv LANG LC_* HashKnownHosts yes GSSAPIAuthentication yes + GlobalKnownHostsFile /etc/ssh/ssh_known_hosts