Searched refs:host_key_agent (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h82 char *host_key_agent; /* ssh-agent socket for host keys. */ member in struct:__anon6892
H A Dsshd.c1771 if (options.host_key_agent) {
1772 if (strcmp(options.host_key_agent, SSH_AUTHSOCKET_ENV_NAME))
1774 options.host_key_agent, 1);
1779 options.host_key_agent, ssh_err(r));
H A Dservconf.c100 options->host_key_agent = NULL;
1383 charptr = &options->host_key_agent;
2635 dump_cfg_string(sHostKeyAgent, o->host_key_agent);

Completed in 111 milliseconds