| Version 2.0 (Core Protocols) |
|
The SSH-2 protocol is described in five main documents.
Architecture describes the overall design of SSH-2.
Transport provides a single, full-duplex, byte-oriented
connection between client and server, with privacy, integrity, server
authentication, and man-in-the-middle protection. Authentication
identifies the client to the server. Connection provides richer,
application-support services over the transport pipe, such as channel
multiplexing, flow control, remote program execution, signal propagation,
connection forwarding, etc. Finally, the Assigned Numbers
document gathers together and lists various constant assignments made in
the other drafts.
Other RFCs
| Version 2.0 (Related Drafts and Proposals) |
|
-
Diffie-Hellman Group Exchange (Friedl, Provos & Simpson)
Proposed new Diffie-Hellman key-exchange method for SSH-TRANS. The
existing method uses fixed, well-known finite field and
subgroup generator parameters to the Diffie-Hellman
algorithm. The proposed method allows a client to pick
parameters from a set offered by the server.