diff options
author | Hans Nilsson <[email protected]> | 2015-11-11 16:54:37 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-11-11 16:54:37 +0100 |
commit | 65ac12ef11a869fa45f63dd64e905e55b1c7cdd5 (patch) | |
tree | 03aa28c237553e9b8d8c3de0019e3a43a61fae02 /lib/ssh/doc/src | |
parent | 7448114c9bc35815051fbaf6f4b1ed7846d97b69 (diff) | |
download | otp-65ac12ef11a869fa45f63dd64e905e55b1c7cdd5.tar.gz otp-65ac12ef11a869fa45f63dd64e905e55b1c7cdd5.tar.bz2 otp-65ac12ef11a869fa45f63dd64e905e55b1c7cdd5.zip |
ssh: list supported rfcs
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/ssh_app.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh_app.xml b/lib/ssh/doc/src/ssh_app.xml index f461f87d1b..f91285d8b8 100644 --- a/lib/ssh/doc/src/ssh_app.xml +++ b/lib/ssh/doc/src/ssh_app.xml @@ -202,6 +202,36 @@ <section> <title>SEE ALSO</title> <p><seealso marker="kernel:application">application(3)</seealso></p> + <p>The following rfc:s are supported:</p> + <list type="bulleted"> + <item><url href="https://tools.ietf.org/html/rfc4251">RFC 4251</url>, The Secure Shell (SSH) Protocol Architecture. + (Except 9.4.6, 9.5.2, 9.5.3) + </item> + <item><url href="https://tools.ietf.org/html/rfc4252">RFC 4252</url>, The Secure Shell (SSH) Authentication Protocol. + (Except 9. Host-Based Authentication: "hostbased") + </item> + <item><url href="https://tools.ietf.org/html/rfc4253">RFC 4253</url>, The Secure Shell (SSH) Transport Layer Protocol. + </item> + <item><url href="https://tools.ietf.org/html/rfc4254">RFC 4254</url>, The Secure Shell (SSH) Connection Protocol. + (Except 6.3. X11 Forwarding, 7. TCP/IP Port Forwarding) + </item> + <item><url href="https://tools.ietf.org/html/rfc4256">RFC 4256</url>, Generic Message Exchange Authentication for + the Secure Shell Protocol (SSH). + (Except <c>num-prompts > 1</c>, password changing, other identification methods than userid-password) + </item> + <item><url href="https://tools.ietf.org/html/rfc4419">RFC 4419</url>, Diffie-Hellman Group Exchange for + the Secure Shell (SSH) Transport Layer Protocol. + </item> + <item><url href="https://tools.ietf.org/html/rfc4716">RFC 4716</url>, The Secure Shell (SSH) Public Key File Format. + </item> + <item><url href="https://tools.ietf.org/html/rfc5656">RFC 5656</url>, Elliptic Curve Algorithm Integration in + the Secure Shell Transport Layer. + (Except 5. ECMQV Key Exchange, 6.4. ECMQV Key Exchange and Verification Method Name, + 7.2. ECMQV Message Numbers, 10.2. Recommended Curves) + </item> + + + </list> </section> </appref> |