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-02-21 12:06:03 +0000
commit3558be2914c0127489faae40ce2eae66142c3287 (patch)
tree25a77cf5d70b22f2ac271625b93c2872a14cf7b1 /sshd_config.5
parent11d571f137c76d8c2e38b1c1a537b04cc279f8e3 (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 f6b41a2f8..ebd09f891 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1668,6 +1668,9 @@ This avoids infinitely hanging sessions.
1668.Pp 1668.Pp
1669To disable TCP keepalive messages, the value should be set to 1669To disable TCP keepalive messages, the value should be set to
1670.Cm no . 1670.Cm no .
1671.Pp
1672This option was formerly called
1673.Cm KeepAlive .
1671.It Cm TrustedUserCAKeys 1674.It Cm TrustedUserCAKeys
1672Specifies a file containing public keys of certificate authorities that are 1675Specifies a file containing public keys of certificate authorities that are
1673trusted to sign user certificates for authentication, or 1676trusted to sign user certificates for authentication, or