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-08-19 17:09:56 +0100
commit02a61bcb045503a5f3f7e274ac1f4524e30f87c8 (patch)
treee8596ef7152befbf784abcc1a683347a59490e45 /sshd_config.5
parentb3d7661669a0f5255ede81f82c25951aeba9576c (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-08-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 68424f110..1269bbd40 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1443,6 +1443,9 @@ This avoids infinitely hanging sessions.
1443.Pp 1443.Pp
1444To disable TCP keepalive messages, the value should be set to 1444To disable TCP keepalive messages, the value should be set to
1445.Dq no . 1445.Dq no .
1446.Pp
1447This option was formerly called
1448.Cm KeepAlive .
1446.It Cm TrustedUserCAKeys 1449.It Cm TrustedUserCAKeys
1447Specifies a file containing public keys of certificate authorities that are 1450Specifies a file containing public keys of certificate authorities that are
1448trusted to sign user certificates for authentication, or 1451trusted to sign user certificates for authentication, or