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-01-16 15:02:53 +0000
commit9078d9722d24a42b8f86621d20a6a6b42ba18d37 (patch)
tree643f99b191240b82cc1987e4d66da88916a44f76 /sshd_config.5
parentffecece153b7caedf997dccf17747633675631fd (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 dd765b391..283ba8896 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1427,6 +1427,9 @@ This avoids infinitely hanging sessions.
1427.Pp 1427.Pp
1428To disable TCP keepalive messages, the value should be set to 1428To disable TCP keepalive messages, the value should be set to
1429.Cm no . 1429.Cm no .
1430.Pp
1431This option was formerly called
1432.Cm KeepAlive .
1430.It Cm TrustedUserCAKeys 1433.It Cm TrustedUserCAKeys
1431Specifies a file containing public keys of certificate authorities that are 1434Specifies a file containing public keys of certificate authorities that are
1432trusted to sign user certificates for authentication, or 1435trusted to sign user certificates for authentication, or