diff options
author | Hans Nilsson <[email protected]> | 2017-03-17 13:23:59 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-03-17 13:23:59 +0100 |
commit | eeac5af66b94596ba9a6c765c5f30383f7ed117a (patch) | |
tree | fc7762fa7129543e4836aba3d01bdde75d117060 /lib/ssh/doc/src | |
parent | a4edbd619c624d2ca2f343da19a88fba74470e93 (diff) | |
download | otp-eeac5af66b94596ba9a6c765c5f30383f7ed117a.tar.gz otp-eeac5af66b94596ba9a6c765c5f30383f7ed117a.tar.bz2 otp-eeac5af66b94596ba9a6c765c5f30383f7ed117a.zip |
ssh: remove from doc
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 1f07e826ce..968983c862 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -243,21 +243,6 @@ <p><c>Peer</c> is in the format of <c>{Host,Port}</c>.</p> </item> - <tag><c><![CDATA[{public_key_alg, 'ssh-rsa' | 'ssh-dss'}]]></c></tag> - <item> - <note> - <p>This option will be removed in OTP 20, but is kept for compatibility. It is ignored if - the preferred <c>pref_public_key_algs</c> option is used.</p> - </note> - <p>Sets the preferred public key algorithm to use for user - authentication. If the preferred algorithm fails, - the other algorithm is tried. If <c>{public_key_alg, 'ssh-rsa'}</c> is set, it is translated - to <c>{pref_public_key_algs, ['ssh-rsa','ssh-dss']}</c>. If it is - <c>{public_key_alg, 'ssh-dss'}</c>, it is translated - to <c>{pref_public_key_algs, ['ssh-dss','ssh-rsa']}</c>. - </p> - </item> - <tag><c><![CDATA[{pref_public_key_algs, list()}]]></c></tag> <item> <p>List of user (client) public key algorithms to try to use.</p> |