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

/freebsd-10.0-release/crypto/openssh/
H A Dssh.h91 #ifndef SSH_PRIVSEP_USER
92 #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 Dconfig.h1506 #define SSH_PRIVSEP_USER "sshd" macro
H A Dconfig.h.in1505 #undef SSH_PRIVSEP_USER
H A Dsshd.c1668 if ((privsep_pw = getpwnam(SSH_PRIVSEP_USER)) == NULL) {
1671 SSH_PRIVSEP_USER);
H A Dconfigure623 SSH_PRIVSEP_USER
12359 SSH_PRIVSEP_USER=sshd
12366 SSH_PRIVSEP_USER=$withval
12374 #define SSH_PRIVSEP_USER "$SSH_PRIVSEP_USER"
/freebsd-10.0-release/crypto/openssh/contrib/aix/
H A Dbuildbff.sh86 for confvar in SSH_PRIVSEP_USER PRIVSEP_PATH
92 if [ -z "$SSH_PRIVSEP_USER" ]
94 SSH_PRIVSEP_USER=sshd
207 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
209 echo "PrivSep group $SSH_PRIVSEP_USER already exists."
211 echo "Creating PrivSep group $SSH_PRIVSEP_USER."
212 mkgroup -A $SSH_PRIVSEP_USER
216 if lsuser "$SSH_PRIVSEP_USER" >/dev/null
218 echo "PrivSep user $SSH_PRIVSEP_USER already exists."
220 echo "Creating PrivSep user $SSH_PRIVSEP_USER
[all...]

Completed in 95 milliseconds