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 16:33:32 +0100
commit7efad61f1e562f504a5ff3fb0ae90ac05a208e66 (patch)
tree4802f0e3934b5f7b47be21cd7195ada8442f6754 /sshd_config.5
parent396f7d932b391fc92ac7ccdf8813f49564e2bbab (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 033149695..d14576e69 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1392,6 +1392,9 @@ This avoids infinitely hanging sessions.
1392.Pp 1392.Pp
1393To disable TCP keepalive messages, the value should be set to 1393To disable TCP keepalive messages, the value should be set to
1394.Dq no . 1394.Dq no .
1395.Pp
1396This option was formerly called
1397.Cm KeepAlive .
1395.It Cm TrustedUserCAKeys 1398.It Cm TrustedUserCAKeys
1396Specifies a file containing public keys of certificate authorities that are 1399Specifies a file containing public keys of certificate authorities that are
1397trusted to sign user certificates for authentication. 1400trusted to sign user certificates for authentication.