diff options
author | Richard Kettlewell <rjk@greenend.org.uk> | 2014-02-09 16:09:52 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-01-04 15:07:00 +0000 |
commit | 8f53616f872acf853b52e94f5b0668c78bf0cb76 (patch) | |
tree | 4ba3e39648647e03c80276adb062cea38d72f4d6 /sshd_config.5 | |
parent | 6b1e8291597ff151b913c470f4af4b04ddec5c7d (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-11-29
Patch-Name: keepalive-extensions.patch
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 5491c89cf..c8ee35dfc 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -1510,6 +1510,9 @@ This avoids infinitely hanging sessions. | |||
1510 | .Pp | 1510 | .Pp |
1511 | To disable TCP keepalive messages, the value should be set to | 1511 | To disable TCP keepalive messages, the value should be set to |
1512 | .Dq no . | 1512 | .Dq no . |
1513 | .Pp | ||
1514 | This option was formerly called | ||
1515 | .Cm KeepAlive . | ||
1513 | .It Cm TrustedUserCAKeys | 1516 | .It Cm TrustedUserCAKeys |
1514 | Specifies a file containing public keys of certificate authorities that are | 1517 | Specifies a file containing public keys of certificate authorities that are |
1515 | trusted to sign user certificates for authentication, or | 1518 | trusted to sign user certificates for authentication, or |