From df9c038d87b35241caa80a8d9546366279486ff8 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 27 Mar 2022 18:03:51 +0200 Subject: [PATCH] ssh enable strict host key chacking --- 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 ac8a46b..ebf3812 100644 --- a/bundles/ssh/files/ssh_config +++ b/bundles/ssh/files/ssh_config @@ -2,4 +2,5 @@ Host * SendEnv LANG LC_* HashKnownHosts yes GSSAPIAuthentication yes + StrictHostKeyChecking yes GlobalKnownHostsFile /etc/ssh/ssh_known_hosts