From 87320046c04f79f7ea4e1e2263d2c1b4e1cd5d1e Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Fri, 29 Jan 2021 13:55:06 +0100 Subject: [PATCH] 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 --- docs/uri.html.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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