Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDreadconf.h144 int visual_host_key; member
HDsshconnect.c924 } else if (options.visual_host_key) { in check_host_key()
994 options.visual_host_key ? "\n" : "", in check_host_key()
995 options.visual_host_key ? ra : "", in check_host_key()
1447 if (options.visual_host_key) in show_other_keys()
HDreadconf.c1484 intptr = &options->visual_host_key; in process_config_line_depth()
1894 options->visual_host_key = -1; in initialize_options()
2083 if (options->visual_host_key == -1) in fill_default_options()
2084 options->visual_host_key = 0; in fill_default_options()
2593 dump_cfg_fmtint(oVisualHostKey, o->visual_host_key); in dump_client_config()