Searched refs:host_key_alias (Results 1 – 5 of 5) sorted by relevance
93 const char *keyalias = options.host_key_alias ? in expand_proxy_command()94 options.host_key_alias : host_arg; in expand_proxy_command()675 if (options.host_key_alias != NULL) { in get_hostfile_hostname_ipaddr()676 *hostfile_hostname = xstrdup(options.host_key_alias); in get_hostfile_hostname_ipaddr()996 options.host_key_alias == NULL) { in check_host_key()1103 options.host_key_alias == NULL ? in check_host_key()1104 hostname : options.host_key_alias, 0, in check_host_key()1164 if (options.host_key_alias == NULL && port != 0 && in check_host_key()
73 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ member
1039 const char *host = options.host_key_alias ? options.host_key_alias : in userauth_passwd()1088 host = options.host_key_alias ? options.host_key_alias : authctxt->host; in input_userauth_passwd_changereq()1984 authctxt->server_user, options.host_key_alias ? in input_userauth_info_req()1985 options.host_key_alias : authctxt->host, prompt) == -1) in input_userauth_info_req()
1367 if (options.host_key_alias != NULL) in main()1368 lowercase(options.host_key_alias); in main()1442 cinfo->keyalias = xstrdup(options.host_key_alias ? in main()1443 options.host_key_alias : options.host_arg); in main()
687 keyalias = options->host_key_alias ? options->host_key_alias : host; in expand_match_exec_or_include_path()1503 charptr = &options->host_key_alias; in process_config_line_depth()2690 options->host_key_alias = NULL; in initialize_options()3093 free(o->host_key_alias); in free_options()3700 dump_cfg_string(oHostKeyAlias, o->host_key_alias); in dump_client_config()