From e076603474246a0b98c491cf6ff3b9f8cbe4d1df Mon Sep 17 00:00:00 2001 From: frennkie Date: Sun, 29 Dec 2019 16:29:00 +0100 Subject: [PATCH] fix sshd_config syntax --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index ce9f38ba4..5fc5fded8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -771,7 +771,7 @@ PubkeyAuthentication yes GatewayPorts yes AllowTcpForwarding yes ClientAliveInterval 60 -ClientAliveCountMax=2 +ClientAliveCountMax 2 ``` *Last two parameters were added as used in the ssh tunnel demo at #GPN19 https://media.ccc.de/v/gpn19-76-einen-server-daheim-ohne-ffentliche-ipv4-adresse#t=911*