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

/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c458 const char *ssh_agent_pid; local
463 if ((ssh_agent_pid = pam_getenv(pamh, "SSH_AGENT_PID")) == NULL) {
467 pid = (pid_t)strtol(ssh_agent_pid, &end, 10);
468 if (*ssh_agent_pid == '\0' || *end != '\0') {

Completed in 178 milliseconds