mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
remote/ssh: support for no_verify.
Set StrictHostKeyChecking=no to auto-accept new ssh host keys if the no_verify extra parameter was specified. This won't disable host key checking for already known hosts. Includes a test and documentation.
This commit is contained in:
committed by
Matthias Bolte
parent
2851d37855
commit
9a0e6a8fae
@@ -279,9 +279,14 @@ Note that parameter values must be
|
||||
<td>
|
||||
<code>no_verify</code>
|
||||
</td>
|
||||
<td> tls </td>
|
||||
<td> ssh, tls </td>
|
||||
<td>
|
||||
If set to a non-zero value, this disables client checks of the
|
||||
SSH: If set to a non-zero value, this disables client's strict host key
|
||||
checking making it auto-accept new host keys. Existing host keys will
|
||||
still be validated.
|
||||
<br/>
|
||||
<br/>
|
||||
TLS: If set to a non-zero value, this disables client checks of the
|
||||
server's certificate. Note that to disable server checks of
|
||||
the client's certificate or IP address you must
|
||||
<a href="#Remote_libvirtd_configuration">change the libvirtd
|
||||
|
||||
Reference in New Issue
Block a user