mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: fix default value for sshauth option of libssh2/libssh
Both transports include "password" in their default authentication methods.
This commit is contained in:
parent
e7a7807bd6
commit
9b39a9dcf4
@ -400,8 +400,8 @@ Note that parameter values must be
|
|||||||
<td> libssh2, libssh </td>
|
<td> libssh2, libssh </td>
|
||||||
<td>
|
<td>
|
||||||
A comma separated list of authentication methods to use. Default (is
|
A comma separated list of authentication methods to use. Default (is
|
||||||
"agent,privkey,keyboard-interactive". The order of the methods is preserved.
|
"agent,privkey,password,keyboard-interactive". The order of the methods
|
||||||
Some methods may require additional parameters.
|
is preserved. Some methods may require additional parameters.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user