Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h132 int visual_host_key; member
Dsshconnect.c807 } else if (options.visual_host_key) { in check_host_key()
870 options.visual_host_key ? "\n" : "", in check_host_key()
871 options.visual_host_key ? ra : "", in check_host_key()
1224 if (options.visual_host_key) in show_other_keys()
Dreadconf.c1002 intptr = &options->visual_host_key; in process_config_line()
1200 options->visual_host_key = -1; in initialize_options()
1359 if (options->visual_host_key == -1) in fill_default_options()
1360 options->visual_host_key = 0; in fill_default_options()