aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-10-22 12:40:44 +0200
committerHans Nilsson <[email protected]>2018-10-24 10:11:20 +0200
commit2edaee2a6e134b4792956ad8196833faaa6af43b (patch)
tree4be57f3865537c5932f425c071def4c1f1f8daf2 /lib/ssh/doc/src/ssh.xml
parent6e7b3e011a7b3323804351e567ea9a1f56f233a3 (diff)
downloadotp-2edaee2a6e134b4792956ad8196833faaa6af43b.tar.gz
otp-2edaee2a6e134b4792956ad8196833faaa6af43b.tar.bz2
otp-2edaee2a6e134b4792956ad8196833faaa6af43b.zip
ssh: Clearify a couple of options
user_dir, system_dir and *_passphrase are only used in the default callback module ssh_file
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index d256a938c5..e674991748 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -204,6 +204,12 @@
<p>If the user's DSA, RSA or ECDSA key is protected by a passphrase, it can be
supplied with thoose options.
</p>
+ <note>
+ <p>Those options can only be used if the module in
+ <seealso marker="#type-key_cb_common_option">key_cb</seealso>
+ handles that option. That is the case with the default value of the <c>key_cb</c> option.
+ </p>
+ </note>
</desc>
</datatype>
@@ -488,6 +494,12 @@
<seealso marker="#type-key_cb_common_option">key_cb</seealso>
for the general way to handle keys.
</p>
+ <note>
+ <p>This option can only be used if the module in
+ <seealso marker="#type-key_cb_common_option">key_cb</seealso>
+ handles that option. That is the case with the default value of the <c>key_cb</c> option.
+ </p>
+ </note>
</item>
<tag><c>auth_method_kb_interactive_data</c></tag>
@@ -741,6 +753,12 @@
<seealso marker="#type-key_cb_common_option">key_cb</seealso>
for the general way to handle keys.
</p>
+ <note>
+ <p>This option can only be used if the module in
+ <seealso marker="#type-key_cb_common_option">key_cb</seealso>
+ handles that option. That is the case with the default value of the <c>key_cb</c> option.
+ </p>
+ </note>
</desc>
</datatype>
@@ -800,7 +818,8 @@
</p>
<p>The <c>Opts</c> defaults to <c>[]</c> when only the <c>Module</c> is specified.
</p>
- <p>The default value of this option is <c>{ssh_file, []}</c>.
+ <p>The default value of this option is <c>{ssh_file, []}</c>. See also the manpage of
+ <seealso marker="ssh:ssh_file">ssh_file</seealso>.
</p>
<p>A call to the call-back function <c>F</c> will be</p>
<code>