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