blob: 966bbca27f6a3f0b133ac51c384fdf3d057a438c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: hostpubmd5
4Arg: <md5>
5Help: Acceptable MD5 hash of the host public key
6Protocols: SFTP SCP
7Added: 7.17.1
8Category: sftp scp
9Example: --hostpubmd5 e5c1c49020640a5ab0f2034854c321a8 sftp://example.com/
10See-also: hostpubsha256
11Multi: single
12---
13Pass a string containing 32 hexadecimal digits. The string should
14be the 128 bit MD5 checksum of the remote host's public key, curl will refuse
15the connection with the host unless the md5sums match.