1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 19:45:04 -05:00
curl/lib/vssh
Anderson Toshiyuki Sasaki 7bc709f670
libssh: avoid options override by configuration files
Previously, options set explicitly through command line options could be
overridden by the configuration files parsed automatically when
ssh_connect() was called.

By calling ssh_options_parse_config() explicitly, the configuration
files are parsed before setting the options, avoiding the options
override.  Once the configuration files are parsed, the automatic
configuration parsing is not executed.

Fixes #4972
Closes #5283
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
2020-04-25 00:53:11 +02:00
..
libssh2.c sftp: fix segfault regression introduced by #4747 2020-03-09 15:01:40 +01:00
libssh.c libssh: avoid options override by configuration files 2020-04-25 00:53:11 +02:00
ssh.h wolfSSH: new SSH backend 2020-01-12 17:19:12 +01:00
wolfssh.c wolfssh: make it init properly via Curl_ssh_init() 2020-01-24 10:27:31 +01:00
wolfssh.h wolfSSH: new SSH backend 2020-01-12 17:19:12 +01:00