Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dsshconnect.c821 if (options.host_key_alias != NULL) { in get_hostfile_hostname_ipaddr()
822 *hostfile_hostname = xstrdup(options.host_key_alias); in get_hostfile_hostname_ipaddr()
867 options.host_key_alias == NULL) { in check_host_key()
938 !check_host_cert(options.host_key_alias == NULL ? in check_host_key()
939 hostname : options.host_key_alias, host_key)) in check_host_key()
970 if (options.host_key_alias == NULL && port != 0 && in check_host_key()
H A Dreadconf.h72 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ member
H A Dsshconnect2.c934 const char *host = options.host_key_alias ? options.host_key_alias : in userauth_passwd()
984 host = options.host_key_alias ? options.host_key_alias : authctxt->host; in input_userauth_passwd_changereq()
H A Dreadconf.c1126 charptr = &options->host_key_alias; in process_config_line_depth()
1870 options->host_key_alias = NULL; in initialize_options()
2647 dump_cfg_string(oHostKeyAlias, o->host_key_alias); in dump_client_config()
H A Dssh.c1209 if (options.host_key_alias != NULL) in main()
1210 lowercase(options.host_key_alias); in main()