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-10-04 13:54:48 +0100
commitc147d4dbab74e0dbf738beb9d9f4220534ae9da6 (patch)
tree3a1dabf64acc0d3480d54e9241fbd8c8e01b78c7 /sshd_config.5
parent19971fb92159a621b55f0b9da76dd38a56d7247c (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: 2017-10-04 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 0dbcb8daa..7db255522 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1454,6 +1454,9 @@ This avoids infinitely hanging sessions.
1454.Pp 1454.Pp
1455To disable TCP keepalive messages, the value should be set to 1455To disable TCP keepalive messages, the value should be set to
1456.Cm no . 1456.Cm no .
1457.Pp
1458This option was formerly called
1459.Cm KeepAlive .
1457.It Cm TrustedUserCAKeys 1460.It Cm TrustedUserCAKeys
1458Specifies a file containing public keys of certificate authorities that are 1461Specifies a file containing public keys of certificate authorities that are
1459trusted to sign user certificates for authentication, or 1462trusted to sign user certificates for authentication, or