diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-07-05 23:59:45 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-07-15 15:07:42 +1000 |
commit | 6d755706a0059eb9e2d63517f288b75cbc3b4701 (patch) | |
tree | adb003b1adcea270f4480baa4ff83d495b3478f3 /PROTOCOL | |
parent | b0c1e8384d5e136ebdf895d1434aea7dd8661a1c (diff) |
upstream: some language improvements; ok markus
OpenBSD-Commit-ID: 939d787d571b4d5da50b3b721fd0b2ac236acaa8
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -140,7 +140,7 @@ window space and may be sent even if no window space is available. | |||
140 | NB. due to certain broken SSH implementations aborting upon receipt | 140 | NB. due to certain broken SSH implementations aborting upon receipt |
141 | of this message (in contravention of RFC4254 section 5.4), this | 141 | of this message (in contravention of RFC4254 section 5.4), this |
142 | message is only sent to OpenSSH peers (identified by banner). | 142 | message is only sent to OpenSSH peers (identified by banner). |
143 | Other SSH implementations may be whitelisted to receive this message | 143 | Other SSH implementations may be listed to receive this message |
144 | upon request. | 144 | upon request. |
145 | 145 | ||
146 | 2.2. connection: disallow additional sessions extension | 146 | 2.2. connection: disallow additional sessions extension |
@@ -169,7 +169,7 @@ Note that this is not a general defence against compromised clients | |||
169 | NB. due to certain broken SSH implementations aborting upon receipt | 169 | NB. due to certain broken SSH implementations aborting upon receipt |
170 | of this message, the no-more-sessions request is only sent to OpenSSH | 170 | of this message, the no-more-sessions request is only sent to OpenSSH |
171 | servers (identified by banner). Other SSH implementations may be | 171 | servers (identified by banner). Other SSH implementations may be |
172 | whitelisted to receive this message upon request. | 172 | listed to receive this message upon request. |
173 | 173 | ||
174 | 2.3. connection: Tunnel forward extension "tun@openssh.com" | 174 | 2.3. connection: Tunnel forward extension "tun@openssh.com" |
175 | 175 | ||
@@ -496,4 +496,4 @@ OpenSSH's connection multiplexing uses messages as described in | |||
496 | PROTOCOL.mux over a Unix domain socket for communications between a | 496 | PROTOCOL.mux over a Unix domain socket for communications between a |
497 | master instance and later clients. | 497 | master instance and later clients. |
498 | 498 | ||
499 | $OpenBSD: PROTOCOL,v 1.37 2020/02/21 00:04:43 dtucker Exp $ | 499 | $OpenBSD: PROTOCOL,v 1.38 2020/07/05 23:59:45 djm Exp $ |