]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: fix default value for sshauth option of libssh2/libssh
authorPino Toscano <ptoscano@redhat.com>
Wed, 9 Nov 2016 14:28:38 +0000 (15:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 15 Nov 2016 14:50:51 +0000 (15:50 +0100)
Both transports include "password" in their default authentication
methods.

docs/remote.html.in

index 594e94e50ee19e24881445e87da2851e76ba1809..443683d51377cc88e06c15ad65e14ee1bc461985 100644 (file)
@@ -400,8 +400,8 @@ Note that parameter values must be
         <td> libssh2, libssh </td>
         <td>
   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.
 </td>
       </tr>
       <tr>