HomeSort by relevance Sort by last modified time
    Searched refs:SSH_PRIVSEP_USER (Results 1 - 7 of 7) sorted by null

  /external/openssh/
ssh.h 91 #ifndef SSH_PRIVSEP_USER
92 #define SSH_PRIVSEP_USER "sshd"
buildpkg.sh.in 142 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...]
config.h     [all...]
config.h.in     [all...]
sshd.c     [all...]
configure 620 SSH_PRIVSEP_USER
    [all...]
  /external/openssh/contrib/aix/
buildbff.sh 86 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 73 milliseconds