From: Jakob Meng Date: Fri, 29 Jan 2021 12:55:06 +0000 (+0100) Subject: docs: Add 'known_hosts_verify' parameter for libssh(2) connection uris X-Git-Tag: v7.1.0-rc1~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87320046c04f79f7ea4e1e2263d2c1b4e1cd5d1e;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Daniel Henrique Barboza Reviewed-by: Michal Privoznik --- diff --git a/docs/uri.html.in b/docs/uri.html.in index f96c2970a5..61917e77b4 100644 --- a/docs/uri.html.in +++ b/docs/uri.html.in @@ -421,6 +421,23 @@ Note that parameter values must be Example: known_hosts=/root/.ssh/known_hosts + + + known_hosts_verify + + libssh2, libssh + + If set to normal (default), then the user will be + asked to accept new host keys. If set to auto, new + host keys will be auto-accepted, but existing host keys will + still be validated. If set to ignore, this disables + client's strict host key checking. + + + + + Example: known_hosts_verify=ignore + sshauth