hostpubmd5.d 432 B

123456789101112
  1. Long: hostpubmd5
  2. Arg: <md5>
  3. Help: Acceptable MD5 hash of the host public key
  4. Protocols: SFTP SCP
  5. Added: 7.17.1
  6. Category: sftp scp
  7. Example: --hostpubmd5 e5c1c49020640a5ab0f2034854c321a8 sftp://example.com/
  8. See-also: hostpubsha256
  9. ---
  10. Pass a string containing 32 hexadecimal digits. The string should
  11. be the 128 bit MD5 checksum of the remote host's public key, curl will refuse
  12. the connection with the host unless the md5sums match.