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-02-10 02:40:15 +0000
commit043f937820e1152df2c8416f37e6c8d923fc1811 (patch)
tree99b263192c6e897f9365f653acdcd65d6283791d /sshd_config.5
parent9f42d3b964854aecfed2fff64ac375c0c4805fa5 (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 9aa9ebafa..39643deb1 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1168,6 +1168,9 @@ This avoids infinitely hanging sessions.
1168.Pp 1168.Pp
1169To disable TCP keepalive messages, the value should be set to 1169To disable TCP keepalive messages, the value should be set to
1170.Dq no . 1170.Dq no .
1171.Pp
1172This option was formerly called
1173.Cm KeepAlive .
1171.It Cm TrustedUserCAKeys 1174.It Cm TrustedUserCAKeys
1172Specifies a file containing public keys of certificate authorities that are 1175Specifies a file containing public keys of certificate authorities that are
1173trusted to sign user certificates for authentication. 1176trusted to sign user certificates for authentication.