diff options
author | Hans Nilsson <[email protected]> | 2017-05-05 16:18:00 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-05-17 15:18:27 +0200 |
commit | f4cf6605e8ddf4accb553c155a77878031850128 (patch) | |
tree | 4d2b5075e79b7e23cef8388ff5ac2f52e35ab06c /lib/ssh/doc/src/ssh.xml | |
parent | 55424641b4945b435f401f172742fe88d47ce4fb (diff) | |
download | otp-f4cf6605e8ddf4accb553c155a77878031850128.tar.gz otp-f4cf6605e8ddf4accb553c155a77878031850128.tar.bz2 otp-f4cf6605e8ddf4accb553c155a77878031850128.zip |
ssh: fix broken preferred_algorithms and pref_public_key_algs options
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index c659e093b9..5c9ce3d5fb 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -246,10 +246,12 @@ <tag><c><![CDATA[{pref_public_key_algs, list()}]]></c></tag> <item> <p>List of user (client) public key algorithms to try to use.</p> - <p>The default value is - <c><![CDATA[['ssh-rsa','ssh-dss','ecdsa-sha2-nistp256','ecdsa-sha2-nistp384','ecdsa-sha2-nistp521'] ]]></c> + <p>The default value is the <c>public_key</c> entry in + <seealso marker="#default_algorithms/0">ssh:default_algorithms/0</seealso>. + </p> + <p>If there is no public key of a specified type available, the corresponding entry is ignored. + Note that the available set is dependent on the underlying cryptolib and current user's public keys. </p> - <p>If there is no public key of a specified type available, the corresponding entry is ignored.</p> </item> <tag><c><![CDATA[{preferred_algorithms, algs_list()}]]></c></tag> |