Home
last modified time | relevance | path

Searched refs:known_hosts_command (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssh/
H A Dreadconf.h178 char *known_hosts_command; member
H A Dreadconf.c1527 charptr = &options->known_hosts_command; in process_config_line_depth()
2760 options->known_hosts_command = NULL; in initialize_options()
3027 CLEAR_ON_NONE(options->known_hosts_command); in fill_default_options()
3719 dump_cfg_string(oKnownHostsCommand, o->known_hosts_command); in dump_client_config()
H A Dsshconnect2.c139 if (options.known_hosts_command != NULL) { in order_hostkeyalgs()
140 load_hostkeys_command(hostkeys, options.known_hosts_command, in order_hostkeyalgs()
H A Dsshconnect.c1578 options.known_hosts_command); in verify_host_key()