From e36c9c529b70893c288d31289b6057292cf7f5ca Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 28 Sep 2010 14:10:15 +0200 Subject: [PATCH] options: Fixed documentation of SSH_OPTIONS_HOSTKEYCHECK. --- src/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.