]> andersk Git - gssapi-openssh.git/blame - openssh/regress/connect-privsep.sh
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / regress / connect-privsep.sh
CommitLineData
826f3a39 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 0.073319 seconds and 5 git commands to generate.