From 8869c55ac8d68139dfa5a7d9f8e0c41ac4a4b3e2 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 12 Jan 2025 09:01:43 +0300 Subject: [PATCH] Ssh: Accept nixbuilder key always. --- home/file/ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/home/file/ssh/config b/home/file/ssh/config index 81f15db..ccf76b6 100644 --- a/home/file/ssh/config +++ b/home/file/ssh/config @@ -37,6 +37,7 @@ Host nixbuilder HostName fd09:8d46:b26:0:8079:82ff:fe1a:916a User nixbuilder Port 22143 + StrictHostKeyChecking=accept-new Host pi HostName pi.local