Lines Matching refs:host
18 CURLOPT_SSH_KEYFUNCTION - callback for known host matching logic
37 CURLKHMATCH_MISMATCH, /* host found, key mismatch */
38 CURLKHMATCH_MISSING, /* no matching host/key found */
76 The new host+key is accepted and libcurl replaces the old host+key into the
78 host+key combo to the known_host pool kept in memory if it was not already
85 The host+key is accepted and libcurl appends it to the known_hosts file before
86 continuing with the connection. This also adds the host+key combo to the
93 The host+key is accepted libcurl continues with the connection. This also adds
94 the host+key combo to the known_host pool kept in memory if it was not already
99 The host+key is rejected. libcurl denies the connection to continue and it is
104 The host+key is rejected, but the SSH connection is asked to be kept alive.
106 host+key situation and then retry without needing the overhead of setting it