[BACK]Return to PROTOCOL CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/PROTOCOL between version 1.36 and 1.37

version 1.36, 2018/10/02 12:51:58 version 1.37, 2020/02/21 00:04:43
Line 194 
Line 194 
         SSH_TUNMODE_ETHERNET     2              /* layer 2 frames */          SSH_TUNMODE_ETHERNET     2              /* layer 2 frames */
   
 The "tunnel unit number" specifies the remote interface number, or may  The "tunnel unit number" specifies the remote interface number, or may
 be 0x7fffffff to allow the server to automatically chose an interface. A  be 0x7fffffff to allow the server to automatically choose an interface. A
 server that is not willing to open a client-specified unit should refuse  server that is not willing to open a client-specified unit should refuse
 the request with a SSH_MSG_CHANNEL_OPEN_FAILURE error. On successful  the request with a SSH_MSG_CHANNEL_OPEN_FAILURE error. On successful
 open, the server should reply with SSH_MSG_CHANNEL_OPEN_SUCCESS.  open, the server should reply with SSH_MSG_CHANNEL_OPEN_SUCCESS.
Line 298 
Line 298 
 supplied host keys are present in known_hosts.  supplied host keys are present in known_hosts.
   
 Note that the server may send key types that the client does not  Note that the server may send key types that the client does not
 support. The client should disgregard such keys if they are received.  support. The client should disregard such keys if they are received.
   
 If the client identifies any keys that are not present for the host,  If the client identifies any keys that are not present for the host,
 it should send a "hostkeys-prove@openssh.com" message to request the  it should send a "hostkeys-prove@openssh.com" message to request the

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37