Home
last modified time | relevance | path

Searched refs:host_key_agent (Results 1 – 9 of 9) sorted by relevance

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dservconf.h68 char *host_key_agent; /* ssh-agent socket for host keys. */ member
H A Dsshd.c1684 if (options.host_key_agent) {
1685 if (strcmp(options.host_key_agent, SSH_AUTHSOCKET_ENV_NAME))
1687 options.host_key_agent, 1);
H A Dservconf.c82 options->host_key_agent = NULL; in initialize_server_options()
997 charptr = &options->host_key_agent; in process_server_config_line()
2037 dump_cfg_string(sHostKeyAgent, o->host_key_agent); in dump_config()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dservconf.h83 char *host_key_agent; /* ssh-agent socket for host keys. */ member
H A Dsshd.c1707 if (options.host_key_agent) {
1708 if (strcmp(options.host_key_agent, SSH_AUTHSOCKET_ENV_NAME))
1710 options.host_key_agent, 1);
1715 options.host_key_agent, ssh_err(r));
H A Dservconf.c98 options->host_key_agent = NULL;
1391 charptr = &options->host_key_agent;
2639 dump_cfg_string(sHostKeyAgent, o->host_key_agent);
/dports/security/openssh-portable/openssh-8.8p1/
H A Dservconf.h94 char *host_key_agent; /* ssh-agent socket for host keys. */ member
H A Dsshd.c1827 if (options.host_key_agent) {
1828 if (strcmp(options.host_key_agent, SSH_AUTHSOCKET_ENV_NAME))
1830 options.host_key_agent, 1);
1835 options.host_key_agent);
H A Dservconf.c108 options->host_key_agent = NULL; in initialize_server_options()
477 CLEAR_ON_NONE(options->host_key_agent); in fill_default_server_options()
1457 charptr = &options->host_key_agent; in process_server_config_line_depth()
2953 dump_cfg_string(sHostKeyAgent, o->host_key_agent); in dump_config()