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

/freebsd-current/crypto/openssh/
H A Dssh.h95 #ifndef SSH_PRIVSEP_USER
96 #define SSH_PRIVSEP_USER "sshd" macro
H A Dbuildpkg.sh.in142 for confvar in SSH_PRIVSEP_USER
148 if [ -z "$SSH_PRIVSEP_USER" ]
150 SSH_PRIVSEP_USER=sshd
379 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
381 echo "PrivSep user $SSH_PRIVSEP_USER already exists."
382 SSH_PRIVSEP_GROUP=\`grep "^$SSH_PRIVSEP_USER:" \${PKG_INSTALL_ROOT}/etc/passwd | awk -F: '{print \$4}'\`
387 [ -z "\$SSH_PRIVSEP_GROUP" ] && SSH_PRIVSEP_GROUP=$SSH_PRIVSEP_USER
419 echo "Creating PrivSep user $SSH_PRIVSEP_USER."
420 \$chroot ${PATH_USERADD_PROG} -c 'SSHD PrivSep User' -s /bin/false -g $SSH_PRIVSEP_USER \$sshduid $SSH_PRIVSEP_USER
[all...]
H A DMakefile.in30 SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
H A Dconfig.h1895 #define SSH_PRIVSEP_USER "sshd" macro
H A Dsshd.c1886 if ((privsep_pw = getpwnam(SSH_PRIVSEP_USER)) == NULL) {
1889 SSH_PRIVSEP_USER);
/freebsd-current/crypto/openssh/contrib/aix/
H A Dbuildbff.sh85 for confvar in SSH_PRIVSEP_USER PRIVSEP_PATH
91 if [ -z "$SSH_PRIVSEP_USER" ]
93 SSH_PRIVSEP_USER=sshd
206 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
208 echo "PrivSep group $SSH_PRIVSEP_USER already exists."
210 echo "Creating PrivSep group $SSH_PRIVSEP_USER."
211 mkgroup -A $SSH_PRIVSEP_USER
215 if lsuser "$SSH_PRIVSEP_USER" >/dev/null
217 echo "PrivSep user $SSH_PRIVSEP_USER already exists."
219 echo "Creating PrivSep user $SSH_PRIVSEP_USER
[all...]

Completed in 185 milliseconds