diff --git a/auto-ssh-systemd-hosts.conf b/auto-ssh-systemd-hosts.conf index c5a4078..7f4eb1e 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:8080 127.0.0.1:8080 GatewayPorts yes Compression yes + ServerAliveInterval 10 + ServerAliveCountMax 3 + ClientAliveInterval 10 + ClientAliveCountMax 3