diff --git a/auto-ssh-systemd-hosts.conf b/auto-ssh-systemd-hosts.conf index a77c69f..009439b 100644 --- a/auto-ssh-systemd-hosts.conf +++ b/auto-ssh-systemd-hosts.conf @@ -8,3 +8,7 @@ Host bpfilip.dk RemoteForward 10.0.1.25:8081 127.0.0.1:8080 GatewayPorts yes Compression yes + ServerAliveInterval 10 + ServerAliveCountMax 3 + ClientAliveInterval 10 + ClientAliveCountMax 3