Searched refs:show_key_from_file (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 1065 show_key_from_file(const char *file, const char *host, int keytype) in show_key_from_file() function 1097 show_key_from_file(options.user_hostfile2, host, type[i])) { in show_other_keys() 1102 show_key_from_file(options.system_hostfile2, host, type[i])) { in show_other_keys() 1106 if (show_key_from_file(options.user_hostfile, host, type[i])) { in show_other_keys() 1110 if (show_key_from_file(options.system_hostfile, host, type[i])) { in show_other_keys()
|