Searched refs:host_key_alias (Results 1 – 5 of 5) sorted by relevance
122 const char *keyalias = options.host_key_alias ? in expand_proxy_command()123 options.host_key_alias : host_arg; in expand_proxy_command()704 if (options.host_key_alias != NULL) { in get_hostfile_hostname_ipaddr()705 *hostfile_hostname = xstrdup(options.host_key_alias); in get_hostfile_hostname_ipaddr()1025 options.host_key_alias == NULL) { in check_host_key()1132 options.host_key_alias == NULL ? in check_host_key()1133 hostname : options.host_key_alias, in check_host_key()1193 if (options.host_key_alias == NULL && port != 0 && in check_host_key()
74 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ member
1042 const char *host = options.host_key_alias ? options.host_key_alias : in userauth_passwd()1092 host = options.host_key_alias ? options.host_key_alias : authctxt->host; in input_userauth_passwd_changereq()2000 authctxt->server_user, options.host_key_alias ? in input_userauth_info_req()2001 options.host_key_alias : authctxt->host, prompt) == -1) in input_userauth_info_req()
1334 if (options.host_key_alias != NULL) in main()1335 lowercase(options.host_key_alias); in main()1409 cinfo->keyalias = xstrdup(options.host_key_alias ? in main()1410 options.host_key_alias : options.host_arg); in main()
675 keyalias = options->host_key_alias ? options->host_key_alias : host; in expand_match_exec_or_include_path()1502 charptr = &options->host_key_alias; in process_config_line_depth()2746 options->host_key_alias = NULL; in initialize_options()3150 free(o->host_key_alias); in free_options()3810 dump_cfg_string(oHostKeyAlias, o->host_key_alias); in dump_client_config()