Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h115 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ member
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c647 options.host_key_alias == NULL) { in check_host_key()
678 if (options.host_key_alias != NULL) { in check_host_key()
679 host = options.host_key_alias; in check_host_key()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c625 charptr = &options->host_key_alias; in process_config_line()
972 options->host_key_alias = NULL; in initialize_options()