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

/freebsd-13-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c424 const char *ssh_agent_pid; local
429 if ((ssh_agent_pid = pam_getenv(pamh, "SSH_AGENT_PID")) == NULL) {
433 pid = (pid_t)strtol(ssh_agent_pid, &end, 10);
434 if (*ssh_agent_pid == '\0' || *end != '\0') {

Completed in 378 milliseconds