Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Dreadconf.h148 int visual_host_key; member
H A Dsshconnect.c1111 } else if (options.visual_host_key) { in check_host_key()
1171 if (options.visual_host_key) in check_host_key()
1628 if (options.visual_host_key) in show_other_keys()
H A Dreadconf.c1977 intptr = &options->visual_host_key; in process_config_line_depth()
2621 options->visual_host_key = -1; in initialize_options()
2814 if (options->visual_host_key == -1) in fill_default_options()
2815 options->visual_host_key = 0; in fill_default_options()
3556 dump_cfg_fmtint(oVisualHostKey, o->visual_host_key); in dump_client_config()