diff options
author | Hans Nilsson <[email protected]> | 2017-04-06 16:10:00 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-04-06 16:10:00 +0200 |
commit | b54a0dc67a7b40853a0b6434d7788c424abd1c8e (patch) | |
tree | 5245d36625fea15d30b1bb607034181754bd637d /lib | |
parent | 63ab1898f427ec964374661279a486554b3eceba (diff) | |
parent | 5bc3907ae599d57af0d6b58278c8708b620f3108 (diff) | |
download | otp-b54a0dc67a7b40853a0b6434d7788c424abd1c8e.tar.gz otp-b54a0dc67a7b40853a0b6434d7788c424abd1c8e.tar.bz2 otp-b54a0dc67a7b40853a0b6434d7788c424abd1c8e.zip |
Merge branch 'hans/ssh/doc_fixes'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/doc/src/ssh_app.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/ssh_app.xml b/lib/ssh/doc/src/ssh_app.xml index 5f710decc1..515b0639d5 100644 --- a/lib/ssh/doc/src/ssh_app.xml +++ b/lib/ssh/doc/src/ssh_app.xml @@ -109,7 +109,7 @@ </section> <section> <title>Host Keys</title> - <p>RSA and DSA host keys are supported and are + <p>RSA, DSA and ECDSA host keys are supported and are expected to be found in files named <c>ssh_host_rsa_key</c>, <c>ssh_host_dsa_key</c> and <c>ssh_host_ecdsa_key</c>. </p> @@ -160,7 +160,7 @@ <item>ecdsa-sha2-nistp384</item> <item>ecdsa-sha2-nistp521</item> <item>ssh-rsa</item> - <item>(ssh-dss, retired: can be enabled with the <c>preferred_algorithms</c> option)</item> + <item>ssh-dss</item> </list> </item> |