From adbb087221a90ef1fa687ae5d9575eedd77bcd06 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 00:36:02 +0200 Subject: Removed obsolete options --- include/libssh/options.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/libssh') diff --git a/include/libssh/options.h b/include/libssh/options.h index fbe4a974..775933ae 100644 --- a/include/libssh/options.h +++ b/include/libssh/options.h @@ -24,7 +24,7 @@ struct ssh_options_struct { struct error_struct error; - char *banner; /* explicit banner to send */ + char *banner; char *username; char *host; char *bindaddr; @@ -34,10 +34,7 @@ struct ssh_options_struct { char *known_hosts_file; socket_t fd; /* specificaly wanted file descriptor, don't connect host */ int port; - int dont_verify_hostkey; /* Don't spare time, don't check host key ! unneeded to say it's dangerous and not safe */ - int use_nonexisting_algo; /* if user sets a not supported algorithm for kex, don't complain */ char *wanted_methods[10]; /* the kex methods can be choosed. better use the kex fonctions to do that */ - void *wanted_cookie; /* wants a specific cookie to be sent ? if null, generate a new one */ ssh_callbacks callbacks; /* Callbacks to user functions */ long timeout; /* seconds */ long timeout_usec; -- cgit