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()666 if (options.host_key_alias != NULL) { in get_hostfile_hostname_ipaddr()667 *hostfile_hostname = xstrdup(options.host_key_alias); in get_hostfile_hostname_ipaddr()987 options.host_key_alias == NULL) { in check_host_key()1094 options.host_key_alias == NULL ? in check_host_key()1095 hostname : options.host_key_alias, 0, in check_host_key()1155 if (options.host_key_alias == NULL && port != 0 && in check_host_key()
74 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()1986 authctxt->server_user, options.host_key_alias ? in input_userauth_info_req()1987 options.host_key_alias : authctxt->host, prompt) == -1) in input_userauth_info_req()
1354 if (options.host_key_alias != NULL) in main()1355 lowercase(options.host_key_alias); in main()1429 cinfo->keyalias = xstrdup(options.host_key_alias ? in main()1430 options.host_key_alias : options.host_arg); in main()
684 keyalias = options->host_key_alias ? options->host_key_alias : host; in expand_match_exec_or_include_path()1457 charptr = &options->host_key_alias; in process_config_line_depth()2622 options->host_key_alias = NULL; in initialize_options()3024 free(o->host_key_alias); in free_options()3629 dump_cfg_string(oHostKeyAlias, o->host_key_alias); in dump_client_config()