aboutsummaryrefslogtreecommitdiff
path: root/libssh/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/options.c')
-rw-r--r--libssh/options.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libssh/options.c b/libssh/options.c
index df953dd1..eab386db 100644
--- a/libssh/options.c
+++ b/libssh/options.c
@@ -365,6 +365,9 @@ char *dir_expand_dup(ssh_session session, const char *value, int allowsshdir) {
* - SSH_OPTIONS_HOSTKEYCHECK:
* Set the parameter StrictHostKeyChecking to avoid
* asking about a fingerprint
+ * - SSH_OPTIONS_PROXYCOMMAND:
+ * Set the command to be executed in order to connect to
+ * server.
*
* @param value The value to set. This is a generic pointer and the
* datatype which is used should be set according to the