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>2019-10-09 23:06:25 +0100
commit26d9fe60e31c78018bdfd49bba1196ea7c44405d (patch)
treed9f9e29ebf1884daa57f3904098fea33b95d9d20 /sshd_config.5
parent42c820f76fddf2f2e537dbe10842aa39f6154059 (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: 2018-10-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 cec3c3c4e..eec224158 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1615,6 +1615,9 @@ This avoids infinitely hanging sessions.
1615.Pp 1615.Pp
1616To disable TCP keepalive messages, the value should be set to 1616To disable TCP keepalive messages, the value should be set to
1617.Cm no . 1617.Cm no .
1618.Pp
1619This option was formerly called
1620.Cm KeepAlive .
1618.It Cm TrustedUserCAKeys 1621.It Cm TrustedUserCAKeys
1619Specifies a file containing public keys of certificate authorities that are 1622Specifies a file containing public keys of certificate authorities that are
1620trusted to sign user certificates for authentication, or 1623trusted to sign user certificates for authentication, or