diff options
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 9cbaf6f..eae9280 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. |