aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-09-28 14:10:15 +0200
committerAndreas Schneider <asn@cynapses.org>2010-09-28 14:10:15 +0200
commite36c9c529b70893c288d31289b6057292cf7f5ca (patch)
tree87a0ea0f0b36772f38724ffe57bccc22708a5d4f /src/options.c
parent41c4e1f5c817189c8e0bdb8946f90b3236757dfb (diff)
downloadlibssh-e36c9c529b70893c288d31289b6057292cf7f5ca.tar.gz
libssh-e36c9c529b70893c288d31289b6057292cf7f5ca.tar.xz
libssh-e36c9c529b70893c288d31289b6057292cf7f5ca.zip
options: Fixed documentation of SSH_OPTIONS_HOSTKEYCHECK.
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 9cbaf6f2..eae9280f 100644
--- a/src/options.c
+++ b/src/options.c
@@ -320,7 +320,8 @@ int ssh_options_set_algo(ssh_session session, int algo,
*
* - SSH_OPTIONS_HOSTKEYCHECK:
* Set the parameter StrictHostKeyChecking to avoid
- * asking about a fingerprint
+ * asking about a fingerprint (integer, 0 = false).
+ *
* - SSH_OPTIONS_PROXYCOMMAND:
* Set the command to be executed in order to connect to
* server.