From 5d49069b7b70eaf5e913bdb232de25a12be89f96 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 22 Mar 2026 17:39:50 +0000 Subject: [PATCH] Safer default --- config/ssh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ssh_config b/config/ssh_config index 7017c33..a8ed7dd 100644 --- a/config/ssh_config +++ b/config/ssh_config @@ -1,4 +1,4 @@ Host * - StrictHostKeyChecking no + StrictHostKeyChecking accept-new ServerAliveInterval 30 ServerAliveCountMax 3