Searched refs:host_key_alias (Results 1 – 5 of 5) sorted by relevance
81 const char *keyalias = options.host_key_alias ? in expand_proxy_command()82 options.host_key_alias : host_arg; in expand_proxy_command()628 if (options.host_key_alias != NULL) { in get_hostfile_hostname_ipaddr()629 *hostfile_hostname = xstrdup(options.host_key_alias); in get_hostfile_hostname_ipaddr()949 options.host_key_alias == NULL) { in check_host_key()1056 options.host_key_alias == NULL ? in check_host_key()1057 hostname : options.host_key_alias, 0, in check_host_key()1117 if (options.host_key_alias == NULL && port != 0 && in check_host_key()
73 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ member
1029 const char *host = options.host_key_alias ? options.host_key_alias : in userauth_passwd()1078 host = options.host_key_alias ? options.host_key_alias : authctxt->host; in input_userauth_passwd_changereq()1974 authctxt->server_user, options.host_key_alias ? in input_userauth_info_req()1975 options.host_key_alias : authctxt->host, prompt) == -1) in input_userauth_info_req()
1333 if (options.host_key_alias != NULL) in main()1334 lowercase(options.host_key_alias); in main()1408 cinfo->keyalias = xstrdup(options.host_key_alias ? in main()1409 options.host_key_alias : options.host_arg); in main()
663 keyalias = options->host_key_alias ? options->host_key_alias : host; in expand_match_exec_or_include_path()1436 charptr = &options->host_key_alias; in process_config_line_depth()2623 options->host_key_alias = NULL; in initialize_options()3019 free(o->host_key_alias); in free_options()3626 dump_cfg_string(oHostKeyAlias, o->host_key_alias); in dump_client_config()