summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorRichard Kettlewell <rjk@greenend.org.uk>2014-02-09 16:09:52 +0000
committerColin Watson <cjwatson@debian.org>2020-06-07 10:25:35 +0100
commit24c9c811bfd227e467ab1ce00503f08dcc22c0f4 (patch)
treed57facddd59855092f73b80ac0874adfb5bbe8cc /sshd_config.5
parent6ed578a01fd61f9c930ef46cfefc467203ddd6c0 (diff)
Various keepalive extensions
Add compatibility aliases for ProtocolKeepAlives and SetupTimeOut, supported in previous versions of Debian's OpenSSH package but since superseded by ServerAliveInterval. (We're probably stuck with this bit for compatibility.) In batch mode, default ServerAliveInterval to five minutes. Adjust documentation to match and to give some more advice on use of keepalives. Author: Ian Jackson <ian@chiark.greenend.org.uk> Author: Matthew Vernon <matthew@debian.org> Author: Colin Watson <cjwatson@debian.org> Last-Update: 2020-02-21 Patch-Name: keepalive-extensions.patch
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.53
1 files changed, 3 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 360e5fb1a..9f093be1f 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1680,6 +1680,9 @@ This avoids infinitely hanging sessions.
1680.Pp 1680.Pp
1681To disable TCP keepalive messages, the value should be set to 1681To disable TCP keepalive messages, the value should be set to
1682.Cm no . 1682.Cm no .
1683.Pp
1684This option was formerly called
1685.Cm KeepAlive .
1683.It Cm TrustedUserCAKeys 1686.It Cm TrustedUserCAKeys
1684Specifies a file containing public keys of certificate authorities that are 1687Specifies a file containing public keys of certificate authorities that are
1685trusted to sign user certificates for authentication, or 1688trusted to sign user certificates for authentication, or