aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2012-02-17 16:08:19 +0100
committerIngela Anderton Andin <[email protected]>2012-02-17 16:08:19 +0100
commit940be787e2aa661c0df3f77b624b25658ababc37 (patch)
treedfde9465d83e7534b41737c38250663349ee2964 /lib/ssh/doc/src/ssh.xml
parent102c34e414f573081a93ca49162dd78cf91949b7 (diff)
downloadotp-940be787e2aa661c0df3f77b624b25658ababc37.tar.gz
otp-940be787e2aa661c0df3f77b624b25658ababc37.tar.bz2
otp-940be787e2aa661c0df3f77b624b25658ababc37.zip
Document currently supported algorithms
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-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>