aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2012-02-28 10:32:48 +0100
committerIngela Anderton Andin <[email protected]>2012-02-28 10:32:48 +0100
commit6510ee4abddbecf10b41d0474a35af1e780ea5be (patch)
tree3395d4fa3dbf23ab5242acf3742b5bb048e6ab78 /lib/ssh
parentbc50e697fbf392c99842d823eb67a564e1759376 (diff)
parent940be787e2aa661c0df3f77b624b25658ababc37 (diff)
downloadotp-6510ee4abddbecf10b41d0474a35af1e780ea5be.tar.gz
otp-6510ee4abddbecf10b41d0474a35af1e780ea5be.tar.bz2
otp-6510ee4abddbecf10b41d0474a35af1e780ea5be.zip
Merge branch 'ia/ssh/currently-supported-doc/OTP-8109' into maint
* ia/ssh/currently-supported-doc/OTP-8109: Document currently supported algorithms
Diffstat (limited to 'lib/ssh')
-rw-r--r--lib/ssh/doc/src/ssh.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index ed88b3a1af..e30c6f1ccc 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -33,9 +33,20 @@
<module>ssh</module>
<modulesummary>Main API of the SSH application</modulesummary>
<description>
- <p>Interface module for the SSH application</p>
+ <p>Interface module for the SSH application. </p>
</description>
+ <section>
+ <title>SSH</title>
+
+ <list type="bulleted">
+ <item>ssh requires the crypto and public_key applications.</item>
+ <item>Supported SSH-version is 2.0 </item>
+ <item>Currently supports only a minimum of mac and encryption algorithms i.e.
+ hmac-sha1, and aes128-cb and 3des-cbc.</item>
+ </list>
+
+ </section>
<section>
<title>COMMON DATA TYPES </title>