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>2017-03-29 01:39:47 +0100
commit74415628b380db26961259a25dcc47c4f02e8703 (patch)
tree36abae92a97bfe47e4e5b075c83b004f72a513da /sshd_config.5
parentfb7c3c37876359b7a110e1386a6b7887cd2c8ca2 (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: 2016-12-26 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 3f819c76a..41ec66887 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1447,6 +1447,9 @@ This avoids infinitely hanging sessions.
1447.Pp 1447.Pp
1448To disable TCP keepalive messages, the value should be set to 1448To disable TCP keepalive messages, the value should be set to
1449.Cm no . 1449.Cm no .
1450.Pp
1451This option was formerly called
1452.Cm KeepAlive .
1450.It Cm TrustedUserCAKeys 1453.It Cm TrustedUserCAKeys
1451Specifies a file containing public keys of certificate authorities that are 1454Specifies a file containing public keys of certificate authorities that are
1452trusted to sign user certificates for authentication, or 1455trusted to sign user certificates for authentication, or