tool_getparam: add --knownhosts

To allow users to specify a known hosts file that is not the default
one: ~/.ssh/known_hosts

URL: https://github.com/curl/curl/discussions/18784
Closes #18859
This commit is contained in:
Daniel Stenberg 2025-10-05 23:19:13 +02:00
parent 762ce8801b
commit aae18c4bdc
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
11 changed files with 48 additions and 14 deletions

View file

@ -139,6 +139,7 @@ typedef enum {
C_KEEPALIVE_TIME,
C_KEY,
C_KEY_TYPE,
C_KNOWNHOSTS,
C_KRB,
C_KRB4,
C_LIBCURL,