summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL6
1 files changed, 3 insertions, 3 deletions
diff --git a/PROTOCOL b/PROTOCOL
index f75c1c0ae..c702fca45 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -194,7 +194,7 @@ layer 2 frames or layer 3 packets. It may take one of the following values:
194 SSH_TUNMODE_ETHERNET 2 /* layer 2 frames */ 194 SSH_TUNMODE_ETHERNET 2 /* layer 2 frames */
195 195
196The "tunnel unit number" specifies the remote interface number, or may 196The "tunnel unit number" specifies the remote interface number, or may
197be 0x7fffffff to allow the server to automatically chose an interface. A 197be 0x7fffffff to allow the server to automatically choose an interface. A
198server that is not willing to open a client-specified unit should refuse 198server that is not willing to open a client-specified unit should refuse
199the request with a SSH_MSG_CHANNEL_OPEN_FAILURE error. On successful 199the request with a SSH_MSG_CHANNEL_OPEN_FAILURE error. On successful
200open, the server should reply with SSH_MSG_CHANNEL_OPEN_SUCCESS. 200open, the server should reply with SSH_MSG_CHANNEL_OPEN_SUCCESS.
@@ -298,7 +298,7 @@ Upon receiving this message, a client should check which of the
298supplied host keys are present in known_hosts. 298supplied host keys are present in known_hosts.
299 299
300Note that the server may send key types that the client does not 300Note that the server may send key types that the client does not
301support. The client should disgregard such keys if they are received. 301support. The client should disregard such keys if they are received.
302 302
303If the client identifies any keys that are not present for the host, 303If the client identifies any keys that are not present for the host,
304it should send a "hostkeys-prove@openssh.com" message to request the 304it should send a "hostkeys-prove@openssh.com" message to request the
@@ -496,4 +496,4 @@ OpenSSH's connection multiplexing uses messages as described in
496PROTOCOL.mux over a Unix domain socket for communications between a 496PROTOCOL.mux over a Unix domain socket for communications between a
497master instance and later clients. 497master instance and later clients.
498 498
499$OpenBSD: PROTOCOL,v 1.36 2018/10/02 12:51:58 djm Exp $ 499$OpenBSD: PROTOCOL,v 1.37 2020/02/21 00:04:43 dtucker Exp $