aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-04-23 13:46:34 +0200
committerHans Nilsson <[email protected]>2015-04-23 13:46:34 +0200
commit8e76d7b749a8c8d01f9567d75b8069ce1d8edefb (patch)
tree2b9dc791eded667edba6b4c2001f84655263dbde /lib/ssh/doc/src
parent220ef7dbc2cfc30a8fd6f6d37c09a9f35bbc3797 (diff)
downloadotp-8e76d7b749a8c8d01f9567d75b8069ce1d8edefb.tar.gz
otp-8e76d7b749a8c8d01f9567d75b8069ce1d8edefb.tar.bz2
otp-8e76d7b749a8c8d01f9567d75b8069ce1d8edefb.zip
ssh: Add line about supported kex algorithm(s)
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r--lib/ssh/doc/src/ssh.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 71d520b6ff..9034c5ee6d 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -41,6 +41,7 @@
<item>Supported SSH version is 2.0.</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>Supported key exchange algorithms: diffie-hellman-group1-sha1.</item>
<item>Supports unicode filenames if the emulator and the underlaying OS support it.
See section DESCRIPTION in the
<seealso marker="kernel:file">file</seealso> manual page in <c>kernel</c>