From 9b39a9dcf4a4793c36db379199897bf21e92bb5f Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 9 Nov 2016 15:28:38 +0100 Subject: [PATCH] docs: fix default value for sshauth option of libssh2/libssh Both transports include "password" in their default authentication methods. --- docs/remote.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/remote.html.in b/docs/remote.html.in index 594e94e50e..443683d513 100644 --- a/docs/remote.html.in +++ b/docs/remote.html.in @@ -400,8 +400,8 @@ Note that parameter values must be libssh2, libssh A comma separated list of authentication methods to use. Default (is - "agent,privkey,keyboard-interactive". The order of the methods is preserved. - Some methods may require additional parameters. + "agent,privkey,password,keyboard-interactive". The order of the methods + is preserved. Some methods may require additional parameters.