aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2012-11-05 15:38:19 +0100
committerFredrik Gustafsson <[email protected]>2012-11-05 15:38:19 +0100
commitacdfec8baf27093b59cd25ffbc84e6165f9bb427 (patch)
treea65e7a514e9a4f774cea70ac485777aa055e744a /lib/ssh/doc/src/ssh.xml
parentf4db5c422a17735f4e571276332ce8582b563aac (diff)
parent1defe44d6dbbb01bf5591c0491474e86cff105b2 (diff)
downloadotp-acdfec8baf27093b59cd25ffbc84e6165f9bb427.tar.gz
otp-acdfec8baf27093b59cd25ffbc84e6165f9bb427.tar.bz2
otp-acdfec8baf27093b59cd25ffbc84e6165f9bb427.zip
Merge branch 'fredrik/ssh-use-options-alg/OTP-10498' into maint
* fredrik/ssh-use-options-alg/OTP-10498: Option to ssh:connect {pref_public_key_algs, list()} where you can give the algorithms you want to use
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index b84b3a3dcb..4ab25a8f9b 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -142,6 +142,11 @@
some reason, the other algorithm is tried. The default is
to try <c><![CDATA[ssh_rsa]]></c> first.</p>
</item>
+ <tag><c><![CDATA[{pref_public_key_algs, list()}]]></c></tag>
+ <item>
+ <p>List of public key algorithms to try to use, ssh_rsa and ssh_dsa available.
+ Will override <c><![CDATA[{public_key_alg, ssh_rsa | ssh_dsa}]]></c></p>
+ </item>
<tag><c><![CDATA[{connect_timeout, timeout()}]]></c></tag>
<item>
<p>Sets a timeout on the transport layer connection. Defaults to infinity.</p>