aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-10-01 12:10:03 +0200
committerHans Nilsson <[email protected]>2015-10-08 16:03:10 +0200
commit4a356cf070e197cec375b562891af8fe9634c306 (patch)
treeecfc42f4247520e27524a22dc72a9da9b5d9d7fd /lib/ssh/doc
parent23bdf367342d15cb3e9064df82faa285d021202d (diff)
downloadotp-4a356cf070e197cec375b562891af8fe9634c306.tar.gz
otp-4a356cf070e197cec375b562891af8fe9634c306.tar.bz2
otp-4a356cf070e197cec375b562891af8fe9634c306.zip
ssh: document new pub key algorithms
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r--lib/ssh/doc/src/ssh.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 93bea09e4e..c7a09d65a8 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -40,7 +40,7 @@
<list type="bulleted">
<item>For application dependencies see <seealso marker="SSH_app"> ssh(6)</seealso> </item>
<item>Supported SSH version is 2.0.</item>
- <item>Supported public key algorithms: ssh-rsa and ssh-dss.</item>
+ <item>Supported public key algorithms:ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-rsa and ssh-dss.</item>
<item>Supported MAC algorithms: hmac-sha2-512, hmac-sha2-256 and hmac-sha1.</item>
<item>Supported MAC algorithms: hmac-sha2-256 and hmac-sha1.</item>
<item>Supported encryption algorithms: aes256-ctr, aes192-ctr, aes128-ctr, aes128-cb and 3des-cbc.</item>