Home
last modified time | relevance | path

Searched refs:host_key_alias (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dsshconnect.c695 if (options.host_key_alias != NULL) { in get_hostfile_hostname_ipaddr()
696 *hostfile_hostname = xstrdup(options.host_key_alias); in get_hostfile_hostname_ipaddr()
741 options.host_key_alias == NULL) { in check_host_key()
812 !check_host_cert(options.host_key_alias == NULL ? in check_host_key()
813 hostname : options.host_key_alias, host_key)) in check_host_key()
844 if (options.host_key_alias == NULL && port != 0 && in check_host_key()
Dreadconf.h73 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ member
Dsshconnect2.c1002 const char *host = options.host_key_alias ? options.host_key_alias : in userauth_passwd()
1052 host = options.host_key_alias ? options.host_key_alias : authctxt->host; in input_userauth_passwd_changereq()
Dreadconf.c1196 charptr = &options->host_key_alias; in process_config_line_depth()
1961 options->host_key_alias = NULL; in initialize_options()
2763 dump_cfg_string(oHostKeyAlias, o->host_key_alias); in dump_client_config()
Dssh.c1288 if (options.host_key_alias != NULL) in main()
1289 lowercase(options.host_key_alias); in main()