HomeSort by: relevance | last modified time | path
    Searched defs:ssh_agent_pid (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libpam/modules/pam_ssh/
pam_ssh.c 461 const char *ssh_agent_pid; local
466 if ((ssh_agent_pid = pam_getenv(pamh, "SSH_AGENT_PID")) == NULL) {
470 pid = (pid_t)strtol(ssh_agent_pid, &end, 10);
471 if (*ssh_agent_pid == '\0' || *end != '\0') {

Completed in 13 milliseconds