From 6e7b3e011a7b3323804351e567ea9a1f56f233a3 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 16 Oct 2018 13:43:17 +0200 Subject: ssh: Links updated in ssh.xml --- lib/ssh/doc/src/ssh.xml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'lib/ssh/doc/src') diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index f238bf2ca8..d256a938c5 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -502,7 +502,7 @@

- user_passwords + user_passwords

Provides passwords for password authentication. The passwords are used when someone tries to connect to the server and public key user-authentication fails. The option provides @@ -510,7 +510,7 @@

- password + password

Provides a global password that authenticates any user.

@@ -519,7 +519,9 @@
- pwdfun with pwdfun_4() + pwdfun with + pwdfun_4() +

Provides a function for password validation. This could used for calling an external system or handeling passwords stored as hash values. @@ -546,7 +548,9 @@ can be used for this. The return value disconnect is useful for this.

- pwdfun with pwdfun_2() + pwdfun with + pwdfun_2() +

Provides a function for password validation. This function is called with user and password as strings, and returns:

@@ -730,7 +734,8 @@

Sets the user directory. That is, the directory containing ssh configuration files for the user, such as known_hosts, id_rsa, id_dsa>, id_ecdsa and authorized_key. - Defaults to the directory normally referred to as ~/.ssh. + Defaults to the directory normally referred to as ~/.ssh where ~ is the home directory of the user + that the Erlang executes as.

See also the option key_cb @@ -804,7 +809,10 @@

where ... are arguments to F as in ssh_client_key_api and/or ssh_server_key_api. - The UserOptions are the options given to ssh:connect, ssh:shell or ssh:daemon. + The UserOptions are the options given to + ssh:connect, + ssh:shell or + ssh:daemon.

-- cgit v1.2.3