2016-11-16 06:44:58 +08:00
|
|
|
Long: hostpubmd5
|
|
|
|
Arg: <md5>
|
|
|
|
Help: Acceptable MD5 hash of the host public key
|
|
|
|
Protocols: SFTP SCP
|
|
|
|
Added: 7.17.1
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: sftp scp
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --hostpubmd5 e5c1c49020640a5ab0f2034854c321a8 sftp://example.com/
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: hostpubsha256
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
Pass a string containing 32 hexadecimal digits. The string should
|
|
|
|
be the 128 bit MD5 checksum of the remote host's public key, curl will refuse
|
|
|
|
the connection with the host unless the md5sums match.
|