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>2014-03-20 00:24:49 +0000
commit81540b7886fdc73c7be304706ea33d6d87b5fc81 (patch)
tree80ff174ba82d2546c55732b17253eb7c74a6f18d /sshd_config.5
parent789d58ed3df120c7b80d07fb2d259c216194a29c (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: 2013-09-14 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 ceed88a1d..2164d5841 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1183,6 +1183,9 @@ This avoids infinitely hanging sessions.
1183.Pp 1183.Pp
1184To disable TCP keepalive messages, the value should be set to 1184To disable TCP keepalive messages, the value should be set to
1185.Dq no . 1185.Dq no .
1186.Pp
1187This option was formerly called
1188.Cm KeepAlive .
1186.It Cm TrustedUserCAKeys 1189.It Cm TrustedUserCAKeys
1187Specifies a file containing public keys of certificate authorities that are 1190Specifies a file containing public keys of certificate authorities that are
1188trusted to sign user certificates for authentication. 1191trusted to sign user certificates for authentication.