Home | History | Annotate | Download | only in lib

Lines Matching defs:host

452     /* we're asked to verify the host against a file */
464 * A subject to figure out is what host name we need to pass in here.
465 * What host name does OpenSSH store in its file if an IDN name is
468 struct libssh2_knownhost *host;
481 conn->host.name,
488 &host);
491 conn->host.name,
496 &host);
499 infof(data, "SSH host check: %d, key: %s\n", keycheck,
501 host->key:"<none>");
505 knownkey.key = host->key;
527 &foundkey, /* from the remote host */
548 /* the found host+key didn't match but has been told to be fine
551 conn->host.name, NULL,
557 infof(data, "Warning adding the known host %s failed!\n",
558 conn->host.name);