1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-05 09:05:04 -05:00
curl/lib/vssh
Santino Keupp 272282a054 libssh2: add support for forcing a hostkey type
- Allow forcing the host's key type found in the known_hosts file.

Currently, curl (with libssh2) does not take keys from your known_hosts
file into account when talking to a server. With this patch the
known_hosts file will be searched for an entry matching the hostname
and, if found, libssh2 will be told to claim this key type from the
server.

Closes https://github.com/curl/curl/pull/4747
2020-01-11 19:17:33 -05:00
..
libssh2.c libssh2: add support for forcing a hostkey type 2020-01-11 19:17:33 -05:00
libssh.c lib: remove ASSIGNWITHINCONDITION exceptions, use our code style 2019-12-17 07:36:11 +01:00
ssh.h lib: Move lib/ssh.h -> lib/vssh/ssh.h 2019-11-17 23:27:39 -05:00