Home
last modified time | relevance | path

Searched refs:visual_host_key (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dreadconf.h143 int visual_host_key; member
Dsshconnect.c923 } else if (options.visual_host_key) { in check_host_key()
993 options.visual_host_key ? "\n" : "", in check_host_key()
994 options.visual_host_key ? ra : "", in check_host_key()
1446 if (options.visual_host_key) in show_other_keys()
Dreadconf.c1473 intptr = &options->visual_host_key; in process_config_line_depth()
1866 options->visual_host_key = -1; in initialize_options()
2049 if (options->visual_host_key == -1) in fill_default_options()
2050 options->visual_host_key = 0; in fill_default_options()
2557 dump_cfg_fmtint(oVisualHostKey, o->visual_host_key); in dump_client_config()