mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
docs: Add 'known_hosts_verify' parameter for libssh(2) connection uris
Parameter 'known_hosts_verify' is supported for some time now, but it is not yet documented. Signed-off-by: Jakob Meng <jakobmeng@web.de> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
f209d40a7e
commit
87320046c0
@ -421,6 +421,23 @@ Note that parameter values must be
|
|||||||
<td colspan="2"/>
|
<td colspan="2"/>
|
||||||
<td> Example: <code>known_hosts=/root/.ssh/known_hosts</code> </td>
|
<td> Example: <code>known_hosts=/root/.ssh/known_hosts</code> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<code>known_hosts_verify</code>
|
||||||
|
</td>
|
||||||
|
<td> libssh2, libssh </td>
|
||||||
|
<td>
|
||||||
|
If set to <code>normal</code> (default), then the user will be
|
||||||
|
asked to accept new host keys. If set to <code>auto</code>, new
|
||||||
|
host keys will be auto-accepted, but existing host keys will
|
||||||
|
still be validated. If set to <code>ignore</code>, this disables
|
||||||
|
client's strict host key checking.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2"/>
|
||||||
|
<td> Example: <code>known_hosts_verify=ignore</code> </td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<code>sshauth</code>
|
<code>sshauth</code>
|
||||||
|
Loading…
Reference in New Issue
Block a user