sshnames.but 2.4 KB

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