Home
last modified time | relevance | path

Searched refs:SSH_PRIVSEP_USER (Results 1 – 9 of 9) sorted by relevance

/NextBSD/crypto/openssh/contrib/aix/
HDbuildbff.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 …]
/NextBSD/crypto/openssh/
HDbuildpkg.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 \…
387 [ -z "\$SSH_PRIVSEP_GROUP" ] && SSH_PRIVSEP_GROUP=$SSH_PRIVSEP_USER
419 echo "Creating PrivSep user $SSH_PRIVSEP_USER."
420 …USERADD_PROG} -c 'SSHD PrivSep User' -s /bin/false -g $SSH_PRIVSEP_USER \$sshduid $SSH_PRIVSEP_USER
421 \$chroot ${PATH_PASSWD_PROG} -l $SSH_PRIVSEP_USER
HDssh.h91 #ifndef SSH_PRIVSEP_USER
92 #define SSH_PRIVSEP_USER "sshd" macro
HDMakefile.in30 SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
HDconfig.h1582 #define SSH_PRIVSEP_USER "sshd" macro
HDsshd.c1690 if ((privsep_pw = getpwnam(SSH_PRIVSEP_USER)) == NULL) {
1693 SSH_PRIVSEP_USER);
HDconfigure.ac2871 SSH_PRIVSEP_USER=sshd
2877 SSH_PRIVSEP_USER=$withval
2881 AC_DEFINE_UNQUOTED([SSH_PRIVSEP_USER], ["$SSH_PRIVSEP_USER"], definition
2883 AC_SUBST([SSH_PRIVSEP_USER]) subst
HDconfig.h.in1581 #undef SSH_PRIVSEP_USER
HDconfigure13126 SSH_PRIVSEP_USER=sshd
13133 SSH_PRIVSEP_USER=$withval