quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

hostpubmd5.md (568B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: hostpubmd5
      5 Arg: <md5>
      6 Help: Acceptable MD5 hash of host public key
      7 Protocols: SFTP SCP
      8 Added: 7.17.1
      9 Category: sftp scp ssh
     10 Multi: single
     11 See-also:
     12   - hostpubsha256
     13 Example:
     14   - --hostpubmd5 e5c1c49020640a5ab0f2034854c321a8 sftp://example.com/
     15 ---
     16 
     17 # `--hostpubmd5`
     18 
     19 Pass a string containing 32 hexadecimal digits. The string should be the 128
     20 bit **MD5** checksum of the remote host's public key, curl refuses the
     21 connection with the host unless the checksums match.