1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

options: Fixed documentation of SSH_OPTIONS_HOSTKEYCHECK.

This commit is contained in:
Andreas Schneider
2010-09-28 14:10:15 +02:00
parent 41c4e1f5c8
commit e36c9c529b

View File

@@ -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.