summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/usr.bin/ssh/test-exec.sh5
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 *