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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h141 int visual_host_key; member in struct:__anon6881
H A Dsshconnect.c964 } else if (options.visual_host_key) {
1036 options.visual_host_key ? "\n" : "",
1037 options.visual_host_key ? ra : "",
1485 if (options.visual_host_key)
H A Dreadconf.c1516 intptr = &options->visual_host_key;
1941 options->visual_host_key = -1;
2114 if (options->visual_host_key == -1)
2115 options->visual_host_key = 0;
2659 dump_cfg_fmtint(oVisualHostKey, o->visual_host_key);

Completed in 112 milliseconds