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>2016-03-21 12:06:15 +0000
commitc7c5d5805bd2a58fcab69da87daa53259db06d81 (patch)
tree7ee9109abd84cd64bd296718c44e8e5f4a196b1c /sshd_config.5
parentceebe313c4b094557bda974d274a6e7b5b33e3f9 (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 c6d6858f9..bc79a6636 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1518,6 +1518,9 @@ This avoids infinitely hanging sessions.
1518.Pp 1518.Pp
1519To disable TCP keepalive messages, the value should be set to 1519To disable TCP keepalive messages, the value should be set to
1520.Dq no . 1520.Dq no .
1521.Pp
1522This option was formerly called
1523.Cm KeepAlive .
1521.It Cm TrustedUserCAKeys 1524.It Cm TrustedUserCAKeys
1522Specifies a file containing public keys of certificate authorities that are 1525Specifies a file containing public keys of certificate authorities that are
1523trusted to sign user certificates for authentication, or 1526trusted to sign user certificates for authentication, or