Name
easy:SetOpt_SSH_Host_Public_Key_MD5 -- checksum of SSH server public key
Synopsis
easy:SetOpt_SSH_Host_Public_Key_MD5(md5)
Function
Pass a string pointing to a string containing 32 hexadecimal digits. The string should be the 128 bit MD5 checksum of the remote host's public key, and libcurl will reject the connection to the host unless the md5sums match.

Inputs
md5
input value

Show TOC