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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h99 char *identity_agent; /* Optional path to ssh-agent socket */ member in struct:__anon6881
H A Dssh.c1454 if (options.identity_agent &&
1455 strcmp(options.identity_agent, SSH_AUTHSOCKET_ENV_NAME) != 0) {
1456 if (strcmp(options.identity_agent, "none") == 0) {
1459 p = tilde_expand_filename(options.identity_agent,
1471 * If identity_agent represents an environment variable
1486 /* identity_agent specifies a path directly */
H A Dreadconf.c1738 charptr = &options->identity_agent;
1940 options->identity_agent = NULL;
2178 /* options->identity_agent distinguishes NULL from 'none' */
2678 dump_cfg_string(oIdentityAgent, o->identity_agent);

Completed in 60 milliseconds