sshconnect2.c | 251 int agent_fd; /* >=0 if agent supports key */ member in struct:identity 271 int agent_fd; member in struct:cauthctxt 391 authctxt.agent_fd = -1; 1022 if (id->key != NULL && id->agent_fd != -1) 1023 return ssh_agent_sign(id->agent_fd, id->key, sigp, lenp, 1132 if (!matched && !id->isprivate && id->agent_fd == -1 && 1146 id->agent_fd != -1 ? " from agent" : ""); 1308 int agent_fd = -1, i, r, found; local [all...] |