From: Pino Toscano Date: Wed, 9 Nov 2016 14:28:38 +0000 (+0100) Subject: docs: fix default value for sshauth option of libssh2/libssh X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9b39a9dcf4a4793c36db379199897bf21e92bb5f;p=libvirt.git docs: fix default value for sshauth option of libssh2/libssh Both transports include "password" in their default authentication methods. --- 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.