From 2edaee2a6e134b4792956ad8196833faaa6af43b Mon Sep 17 00:00:00 2001
From: Hans Nilsson
Date: Mon, 22 Oct 2018 12:40:44 +0200
Subject: ssh: Clearify a couple of options user_dir, system_dir and
*_passphrase are only used in the default callback module ssh_file
---
lib/ssh/doc/src/ssh.xml | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
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 @@
If the user's DSA, RSA or ECDSA key is protected by a passphrase, it can be
supplied with thoose options.
+
+ Those options can only be used if the module in
+ key_cb
+ handles that option. That is the case with the default value of the key_cb option.
+
+
@@ -488,6 +494,12 @@
key_cb
for the general way to handle keys.
+
+ This option can only be used if the module in
+ key_cb
+ handles that option. That is the case with the default value of the key_cb option.
+
+
auth_method_kb_interactive_data
@@ -741,6 +753,12 @@
key_cb
for the general way to handle keys.
+
+ This option can only be used if the module in
+ key_cb
+ handles that option. That is the case with the default value of the key_cb option.
+
+
@@ -800,7 +818,8 @@
The Opts defaults to [] when only the Module is specified.
- The default value of this option is {ssh_file, []}.
+
The default value of this option is {ssh_file, []}. See also the manpage of
+ ssh_file.
A call to the call-back function F will be
--
cgit v1.2.3