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-10-07 14:26:47 +0100
commitbd3abc2f732da3a61e4158b915480808957a4357 (patch)
treeaaf782fab71ffb0cb4579105a143e22a54975376 /sshd_config.5
parentcbbc8577950b93090171c7394bcdeb68b7c3cd0c (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: 2014-10-07 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 c8b43dae3..2843048f1 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1307,6 +1307,9 @@ This avoids infinitely hanging sessions.
1307.Pp 1307.Pp
1308To disable TCP keepalive messages, the value should be set to 1308To disable TCP keepalive messages, the value should be set to
1309.Dq no . 1309.Dq no .
1310.Pp
1311This option was formerly called
1312.Cm KeepAlive .
1310.It Cm TrustedUserCAKeys 1313.It Cm TrustedUserCAKeys
1311Specifies a file containing public keys of certificate authorities that are 1314Specifies a file containing public keys of certificate authorities that are
1312trusted to sign user certificates for authentication. 1315trusted to sign user certificates for authentication.