From 3de2b54eba890103790850f3c93c3f2d31989a6a Mon Sep 17 00:00:00 2001 From: Filip Borum Poulsen Date: Mon, 9 Dec 2024 08:13:32 +0100 Subject: [PATCH] Fix wrong ClientAliveInterval & ClientAliveCountMax --- auto-ssh-systemd-hosts.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/auto-ssh-systemd-hosts.conf b/auto-ssh-systemd-hosts.conf index 009439b..d5f1340 100644 --- a/auto-ssh-systemd-hosts.conf +++ b/auto-ssh-systemd-hosts.conf @@ -10,5 +10,3 @@ Host bpfilip.dk Compression yes ServerAliveInterval 10 ServerAliveCountMax 3 - ClientAliveInterval 10 - ClientAliveCountMax 3