aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc
diff options
context:
space:
mode:
authorAlex Wilson <[email protected]>2014-08-01 21:24:43 +1000
committerAlex Wilson <[email protected]>2014-08-01 21:24:43 +1000
commit9c6e4ca932f82aeacc10e76b6d1adb3a944c8d7a (patch)
treed576a88800382b6d5ead57365a369d8d73d6c282 /lib/ssh/doc
parent8f4da4c7695bf00ebf94e111b0c7d08baa32405a (diff)
downloadotp-9c6e4ca932f82aeacc10e76b6d1adb3a944c8d7a.tar.gz
otp-9c6e4ca932f82aeacc10e76b6d1adb3a944c8d7a.tar.bz2
otp-9c6e4ca932f82aeacc10e76b6d1adb3a944c8d7a.zip
SSH: documentation update for new algos
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r--lib/ssh/doc/src/ssh.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 5a141ced3c..a20d0794c4 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -36,8 +36,8 @@
<list type="bulleted">
<item>SSH requires the crypto and public_key applications.</item>
<item>Supported SSH version is 2.0 </item>
- <item>Supported MAC algorithms: hmac-sha1</item>
- <item>Supported encryption algorithms: aes128-cb and 3des-cbc</item>
+ <item>Supported MAC algorithms: hmac-sha2-256 and hmac-sha1</item>
+ <item>Supported encryption algorithms: aes128-ctr, aes128-cb and 3des-cbc</item>
<item>Supports unicode filenames if the emulator and the underlaying OS supports it. See the DESCRIPTION section in <seealso marker="kernel:file">file</seealso> for information about this subject</item>
<item>Supports unicode in shell and cli</item>
</list>