]> andersk Git - openssh.git/blame - regress/connect-privsep.sh
- djm@cvs.openbsd.org 2007/12/12 05:04:03
[openssh.git] / regress / connect-privsep.sh
CommitLineData
836d58d7 1# $OpenBSD: connect-privsep.sh,v 1.1 2002/03/21 21:45:07 markus Exp $
2# Placed in the Public Domain.
3
4tid="proxy connect with privsep"
5
6echo 'UsePrivilegeSeparation yes' >> $OBJ/sshd_proxy
7
8for p in 1 2; do
9 ${SSH} -$p -F $OBJ/ssh_proxy 999.999.999.999 true
10 if [ $? -ne 0 ]; then
11 fail "ssh privsep+proxyconnect protocol $p failed"
12 fi
13done
This page took 2.761133 seconds and 5 git commands to generate.