mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
13 lines
412 B
Makefile
13 lines
412 B
Makefile
Long: hostpubsha256
|
|
Arg: <sha256>
|
|
Help: Acceptable SHA256 hash of the host public key
|
|
Protocols: SFTP SCP
|
|
Added: 7.80.0
|
|
Category: sftp scp
|
|
Example: --hostpubsha256 NDVkMTQxMGQ1ODdmMjQ3MjczYjAyOTY5MmRkMjVmNDQ= sftp://example.com/
|
|
See-also: hostpubmd5
|
|
---
|
|
Pass a string containing a Base64-encoded SHA256 hash of the remote
|
|
host's public key. Curl will refuse the connection with the host
|
|
unless the hashes match.
|