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>2015-11-29 17:36:18 +0000
commit5664b20b9d8ee691d664333b83ebb5e7560933a4 (patch)
tree0bf98865c38014f76c9b01b55de772ea897516e7 /sshd_config.5
parent5e3b425ba1e334c987c5e15abf3d90e9eb776ab3 (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: 2015-11-29 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 5491c89cf..c8ee35dfc 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1510,6 +1510,9 @@ This avoids infinitely hanging sessions.
1510.Pp 1510.Pp
1511To disable TCP keepalive messages, the value should be set to 1511To disable TCP keepalive messages, the value should be set to
1512.Dq no . 1512.Dq no .
1513.Pp
1514This option was formerly called
1515.Cm KeepAlive .
1513.It Cm TrustedUserCAKeys 1516.It Cm TrustedUserCAKeys
1514Specifies a file containing public keys of certificate authorities that are 1517Specifies a file containing public keys of certificate authorities that are
1515trusted to sign user certificates for authentication, or 1518trusted to sign user certificates for authentication, or