diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-02-18 10:09:21 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-02-18 10:09:21 +0000 |
commit | b11676d432acf36b598e8966126f0941e7e6d2b5 (patch) | |
tree | e90eab839dba05356c5a1cf0854dc2ffd31bf418 /regress/usr.bin/ssh/test-exec.sh | |
parent | 5b9faa3d36b8d9dd525bfecb28f05b7d60cf4869 (diff) |
relax restrictions for 'proxy-mode' tests (StrictModes=no), because
sshd only accepts connections from stdin. allows testing with 775 /usr/obj
Diffstat (limited to 'regress/usr.bin/ssh/test-exec.sh')
-rw-r--r-- | regress/usr.bin/ssh/test-exec.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index 4ad29fd095c..618b9b072d0 100644 --- a/regress/usr.bin/ssh/test-exec.sh +++ b/regress/usr.bin/ssh/test-exec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: test-exec.sh,v 1.5 2002/02/16 01:09:47 markus Exp $ +# $OpenBSD: test-exec.sh,v 1.6 2002/02/18 10:09:20 markus Exp $ # Placed in the Public Domain. PORT=4242 @@ -88,6 +88,9 @@ EOF # server config for proxy connects cp $OBJ/sshd_config $OBJ/sshd_proxy +# allow group-writable directories in proxy-mode +echo 'StrictModes no' >> $OBJ/sshd_proxy + # create client config cat << EOF > $OBJ/ssh_config Host * |