Searched refs:host_key_alias (Results 1 – 5 of 5) sorted by relevance
79 const char *keyalias = options.host_key_alias ? in expand_proxy_command()80 options.host_key_alias : host_arg; in expand_proxy_command()661 if (options.host_key_alias != NULL) { in get_hostfile_hostname_ipaddr()662 *hostfile_hostname = xstrdup(options.host_key_alias); in get_hostfile_hostname_ipaddr()982 options.host_key_alias == NULL) { in check_host_key()1089 options.host_key_alias == NULL ? in check_host_key()1090 hostname : options.host_key_alias, in check_host_key()1150 if (options.host_key_alias == NULL && port != 0 && in check_host_key()
74 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ member
1040 const char *host = options.host_key_alias ? options.host_key_alias : in userauth_passwd()1090 host = options.host_key_alias ? options.host_key_alias : authctxt->host; in input_userauth_passwd_changereq()1997 authctxt->server_user, options.host_key_alias ? in input_userauth_info_req()1998 options.host_key_alias : authctxt->host, prompt) == -1) in input_userauth_info_req()
1353 if (options.host_key_alias != NULL) in main()1354 lowercase(options.host_key_alias); in main()1428 cinfo->keyalias = xstrdup(options.host_key_alias ? in main()1429 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()