Displaying 1 result from an estimated 1 matches for "c986816".
Did you mean:
99826816
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
...pals_${USER} expect actual \
+ localenvmods.in localenvmods.expect localenvmods.out ssh_proxy.tmpl
# Enable all malloc(3) randomisations and checks
TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
diff --git a/regress/localenvmod.sh b/regress/localenvmod.sh
new file mode 100644
index 0000000..c986816
--- /dev/null
+++ b/regress/localenvmod.sh
@@ -0,0 +1,210 @@
+# Placed in the Public Domain.
+
+tid="localenvmod"
+
+cp $OBJ/ssh_proxy $OBJ/ssh_proxy.tmpl
+echo 'PermitLocalCommand yes' >>$OBJ/ssh_proxy.tmpl
+
+cat <<EOI | sed -e 's/<SP>/ /g' >localenv...