diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2019-08-09 04:24:03 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-08-09 15:11:30 +1000 |
commit | 8fdbc7247f432578abaaca1b72a0dbf5058d67e5 (patch) | |
tree | f65c3642d9a10619d9bb58c4938189eef7d67e33 /ssh_config.5 | |
parent | 7afc45c3ed72672690014dc432edc223b23ae288 (diff) |
upstream: Change description of TCPKeepAlive from "inactive" to
"unresponsive" to clarify what it checks for. Patch from jblaine at
kickflop.net via github pr#129, ok djm@.
OpenBSD-Commit-ID: 3682f8ec7227f5697945daa25d11ce2d933899e9
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 03321432f..53cb5abfe 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.297 2019/08/02 01:23:19 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.298 2019/08/09 04:24:03 dtucker Exp $ |
37 | .Dd $Mdocdate: August 2 2019 $ | 37 | .Dd $Mdocdate: August 9 2019 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -1460,7 +1460,7 @@ The TCP keepalive option enabled by | |||
1460 | .Cm TCPKeepAlive | 1460 | .Cm TCPKeepAlive |
1461 | is spoofable. | 1461 | is spoofable. |
1462 | The server alive mechanism is valuable when the client or | 1462 | The server alive mechanism is valuable when the client or |
1463 | server depend on knowing when a connection has become inactive. | 1463 | server depend on knowing when a connection has become unresponsive. |
1464 | .Pp | 1464 | .Pp |
1465 | The default value is 3. | 1465 | The default value is 3. |
1466 | If, for example, | 1466 | If, for example, |