diff options
author | Hans Nilsson <[email protected]> | 2017-04-04 19:30:18 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-04-06 16:09:04 +0200 |
commit | 57c1794af74ce0155d8282c4e9d0e47a5b0fb5e3 (patch) | |
tree | ac33455869caf4a31ebca354280af22d69439ed3 /lib/ssh/doc | |
parent | 63ab1898f427ec964374661279a486554b3eceba (diff) | |
download | otp-57c1794af74ce0155d8282c4e9d0e47a5b0fb5e3.tar.gz otp-57c1794af74ce0155d8282c4e9d0e47a5b0fb5e3.tar.bz2 otp-57c1794af74ce0155d8282c4e9d0e47a5b0fb5e3.zip |
ssh: DSA was not retired
It was erroneously stated in 2e25e7890af04d9001fa777d848ebce6d059edf2 that it was retired
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/ssh_app.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh_app.xml b/lib/ssh/doc/src/ssh_app.xml index 5f710decc1..f07c335d3f 100644 --- a/lib/ssh/doc/src/ssh_app.xml +++ b/lib/ssh/doc/src/ssh_app.xml @@ -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> |