]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - doc/sshnames.but
first pass
[PuTTY.git] / doc / sshnames.but
1 \A{sshnames} SSH-2 names specified for PuTTY
2
3 There are various parts of the SSH-2 protocol where things are specified
4 using a textual name.  Names ending in \cw{@putty.projects.tartarus.org}
5 are reserved for allocation by the PuTTY team.  Allocated names are
6 documented here.
7
8 \H{sshnames-channel} Connection protocol channel request names
9
10 These names can be sent in a \cw{SSH_MSG_CHANNEL_REQUEST} message.
11
12 \dt \cw{simple@putty.projects.tartarus.org}
13
14 \dd This is sent by a client to announce that it will not have more than
15 one channel open at a time in the current connection (that one being
16 the one the request is sent on).  The intention is that the server,
17 knowing this, can set the window on that one channel to something very
18 large, and leave flow control to TCP.  There is no message-specific data.
19
20 \dt \cw{winadj@putty.projects.tartarus.org}
21
22 \dd PuTTY sends this request along with some
23 \cw{SSH_MSG_CHANNEL_WINDOW_ADJUST} messages as part of its window-size
24 tuning.  It can be sent on any type of channel.  There is no
25 message-specific data. Servers MUST treat it as an unrecognised request
26 and respond with \cw{SSH_MSG_CHANNEL_FAILURE}.
27
28 \lcont{
29 (Some SSH servers get confused by this message, so there is a
30 bug-compatibility mode for disabling it. See \k{config-ssh-bug-winadj}.)
31 }
32
33 \H{sshnames-kex} Key exchange method names
34
35 \dt \cw{rsa-sha1-draft-00@putty.projects.tartarus.org}
36
37 \dt \cw{rsa-sha256-draft-00@putty.projects.tartarus.org}
38
39 \dt \cw{rsa1024-sha1-draft-01@putty.projects.tartarus.org}
40
41 \dt \cw{rsa1024-sha256-draft-01@putty.projects.tartarus.org}
42
43 \dt \cw{rsa2048-sha256-draft-01@putty.projects.tartarus.org}
44
45 \dt \cw{rsa1024-sha1-draft-02@putty.projects.tartarus.org}
46
47 \dt \cw{rsa2048-sha512-draft-02@putty.projects.tartarus.org}
48
49 \dt \cw{rsa1024-sha1-draft-03@putty.projects.tartarus.org}
50
51 \dt \cw{rsa2048-sha256-draft-03@putty.projects.tartarus.org}
52
53 \dt \cw{rsa1024-sha1-draft-04@putty.projects.tartarus.org}
54
55 \dt \cw{rsa2048-sha256-draft-04@putty.projects.tartarus.org}
56
57 \dd These appeared in various drafts of what eventually became RFC\_4432.
58 They have been superseded by \cw{rsa1024-sha1} and \cw{rsa2048-sha256}.
59
60 \H{sshnames-encrypt} Encryption algorithm names
61
62 \dt \cw{arcfour128-draft-00@putty.projects.tartarus.org}
63
64 \dt \cw{arcfour256-draft-00@putty.projects.tartarus.org}
65
66 \dd These were used in drafts of what eventually became RFC\_4345.
67 They have been superseded by \cw{arcfour128} and \cw{arcfour256}.