HomeSort by: relevance | last modified time | path
    Searched refs:SSH_PRIVSEP_USER (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh.h 88 #define SSH_PRIVSEP_USER "sshd"
sshd-auth.c 191 if ((pw = getpwnam(SSH_PRIVSEP_USER)) == NULL)
193 SSH_PRIVSEP_USER);
sshd.c 1693 if (getpwnam(SSH_PRIVSEP_USER) == NULL)
1695 SSH_PRIVSEP_USER);

Completed in 16 milliseconds