OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sshd_uid
(Results
1 - 3
of
3
) sorted by null
/external/openssh/contrib/suse/
openssh.spec
6
%define
sshd_uid
71
178
/usr/sbin/useradd -r -o -g sshd -u %{
sshd_uid
} -s /bin/false -c "SSH Privilege Separation User" -d /var/lib/sshd sshd 2> /dev/null || :
/external/openssh/contrib/caldera/
openssh.spec
31
%define
sshd_uid
67
282
%{_sbindir}/useradd -d /var/empty/sshd -s /bin/false -u %{
sshd_uid
} \
/external/openssh/contrib/redhat/
openssh.spec
5
%define
sshd_uid
74
320
%{_sbindir}/useradd -d /var/empty/sshd -s /bin/false -u %{
sshd_uid
} \
Completed in 356 milliseconds