docs: fix default value for sshauth option of libssh2/libssh

Both transports include "password" in their default authentication
methods.
This commit is contained in:
Pino Toscano 2016-11-09 15:28:38 +01:00 committed by Peter Krempa
parent e7a7807bd6
commit 9b39a9dcf4

View File

@ -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>