X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=doc%2Fsshnames.but;h=dd46f991fecfcca25bae604d09618c6398a60e24;hb=91653a10c6e6b9d57688e1d7dd7403625ea670a0;hp=97acc7b05cdf07edf998075788f9f1c8ba62a9d8;hpb=17bc691cc277be4c5a89c1c7ec7bbe57add4ab95;p=PuTTY.git diff --git a/doc/sshnames.but b/doc/sshnames.but index 97acc7b0..dd46f991 100644 --- a/doc/sshnames.but +++ b/doc/sshnames.but @@ -1,5 +1,3 @@ -\define{versionidsshnames} \versionid $Id$ - \A{sshnames} SSH-2 names specified for PuTTY There are various parts of the SSH-2 protocol where things are specified @@ -7,38 +5,30 @@ using a textual name. Names ending in \cw{@putty.projects.tartarus.org} are reserved for allocation by the PuTTY team. Allocated names are documented here. -\H{sshnames-global} Connection protocol global request name +\H{sshnames-channel} Connection protocol channel request names -This name can be sent in a \cw{SSH_MSG_GLOBAL_REQUEST} message. +These names can be sent in a \cw{SSH_MSG_CHANNEL_REQUEST} message. \dt \cw{simple@putty.projects.tartarus.org} -\dd This is sent by a client to announce that it will not have more that -one channel open at a time in the current connection. The intention -is that the server, knowing this, can set the window on that one -channel to something very large, and leave flow control to TCP. The -format of the request is: - -\lcont{ - -\c byte SSH_MSG_GLOBAL_REQUEST -\c uint32 recipient channel -\c string "simple@putty.projects.tartarus.org" -\c boolean want reply - -} +\dd This is sent by a client to announce that it will not have more than +one channel open at a time in the current connection (that one being +the one the request is sent on). The intention is that the server, +knowing this, can set the window on that one channel to something very +large, and leave flow control to TCP. There is no message-specific data. -\H{sshnames-channel} Connection protocol channel request name - -This name can be sent in a \cw{SSH_MSG_CHANNEL_REQUEST} message. - -\dt \cw{winadj@putty.project.tartarus.org} +\dt \cw{winadj@putty.projects.tartarus.org} \dd PuTTY sends this request along with some \cw{SSH_MSG_CHANNEL_WINDOW_ADJUST} messages as part of its window-size -tuning. It can be sent on any type of channel. Servers MUST treat it -as an unrecognised request and respond with -\cw{SSH_MSG_CHANNEL_FAILURE}. +tuning. It can be sent on any type of channel. There is no +message-specific data. Servers MUST treat it as an unrecognised request +and respond with \cw{SSH_MSG_CHANNEL_FAILURE}. + +\lcont{ +(Some SSH servers get confused by this message, so there is a +bug-compatibility mode for disabling it. See \k{config-ssh-bug-winadj}.) +} \H{sshnames-kex} Key exchange method names