From 4ed2d489d33478e296f38113a1f9d1a0e9516125 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 7 Sep 2022 08:32:51 +0200 Subject: [PATCH] ssh: StrictHostKeyChecking --- .ssh/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ssh/config b/.ssh/config index 6c1ebec..0837f16 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,6 +3,10 @@ IgnoreUnknown UseKeychain UseKeychain yes AddKeysToAgent yes +### keys +StrictHostKeyChecking=accept-new +# https://stackoverflow.com/questions/21383806/how-can-i-force-ssh-to-accept-a-new-host-fingerprint-from-the-command-line + ### grote.lan Host dokuwiki2.grote.lan Host qmk.grote.lan