Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h79 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ member
Dsshconnect.c790 if (options.host_key_alias != NULL) { in get_hostfile_hostname_ipaddr()
791 *hostfile_hostname = xstrdup(options.host_key_alias); in get_hostfile_hostname_ipaddr()
836 options.host_key_alias == NULL) { in check_host_key()
937 if (options.host_key_alias == NULL && port != 0 && in check_host_key()
Dsshconnect2.c898 const char *host = options.host_key_alias ? options.host_key_alias : in userauth_passwd()
944 host = options.host_key_alias ? options.host_key_alias : authctxt->host; in input_userauth_passwd_changereq()
Dreadconf.c1119 charptr = &options->host_key_alias; in process_config_line_depth()
1827 options->host_key_alias = NULL; in initialize_options()
2576 dump_cfg_string(oHostKeyAlias, o->host_key_alias); in dump_client_config()
Dssh.c1133 if (options.host_key_alias != NULL) in main()
1134 lowercase(options.host_key_alias); in main()