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>2018-10-20 22:54:09 +0100
commit7ba31c6ff505278fb9f33b695605ca3a093caba2 (patch)
tree90ebee0ff436e2f5b31c76dc73d1ecf3fb2553b2 /sshd_config.5
parenteccbd3637a2b8544fdcfdd5d1a00a9dfdac62aeb (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: 2018-10-19 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 985eef5a2..e7e55dd71 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1577,6 +1577,9 @@ This avoids infinitely hanging sessions.
1577.Pp 1577.Pp
1578To disable TCP keepalive messages, the value should be set to 1578To disable TCP keepalive messages, the value should be set to
1579.Cm no . 1579.Cm no .
1580.Pp
1581This option was formerly called
1582.Cm KeepAlive .
1580.It Cm TrustedUserCAKeys 1583.It Cm TrustedUserCAKeys
1581Specifies a file containing public keys of certificate authorities that are 1584Specifies a file containing public keys of certificate authorities that are
1582trusted to sign user certificates for authentication, or 1585trusted to sign user certificates for authentication, or