]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_getparam: add --knownhosts
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Oct 2025 21:19:13 +0000 (23:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Oct 2025 11:41:22 +0000 (13:41 +0200)
commitaae18c4bdc1a3bf5b6567825ef6439756f0c5b74
tree466ec9628630804af8308c93c8121c3be61bf6ad
parent762ce8801b2ff8cad340797c71b18be17b6c4de2
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
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/knownhosts.md [new file with mode: 0644]
docs/options-in-versions
src/config2setopts.c
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_getparam.h
src/tool_listhelp.c
src/tool_operate.c
tests/data/test1459