From 2ce77297d3475448d2f969b851ddaaa6c4c2e4e2 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Mon, 8 Jun 2015 13:59:20 +0200 Subject: ssh: add missing doc for option auth_method_kb_interactive_data --- lib/ssh/doc/src/ssh.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'lib/ssh/doc/src') diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 0516945c0e..4d2d68f460 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -360,7 +360,7 @@ kex is implicit but public_key is set explicitly.

an own CLI channel. If set to no_cli, the CLI channels are disabled and only subsystem channels are allowed.

- +

Sets the user directory. That is, the directory containing ssh configuration files for the user, such as @@ -377,6 +377,7 @@ kex is implicit but public_key is set explicitly.

. For security reasons, this directory is normally accessible only to the root user.

+

Comma-separated string that determines which @@ -384,6 +385,19 @@ kex is implicit but public_key is set explicitly.

in what order they are tried. Defaults to

+ + +
where: +
PromptTexts = kb_int_tuple() | fun(PeerName::string(), User::string(), Service::string()) -> kb_int_tuple() +
kb_int_tuple() = {Name::string(), Instruction::string(), Prompt::string(), Echo::boolean()}
+
+ +

Sets the text strings that the daemon sends to the client for presentation to the user when using keyboar-interactive authentication. If the fun/3 is used, it is called when the actual authentication occurs and may therefore return dynamic data like time, remote ip etc.

+

The parameter Echo guides the client about need to hide the password.

+

The default value is: + {auth_method_kb_interactive_data, {"SSH server", "Enter password for \""++User++"\"", "pwd: ", false}>

+
+ -- cgit v1.2.3