summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--regress/forcecommand.sh8
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8982fe417..77af8bef7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -137,6 +137,7 @@
137 forcecommand tests. Add cipher-speed.sh test (not linked in yet) 137 forcecommand tests. Add cipher-speed.sh test (not linked in yet)
138 - (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including 138 - (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including
139 system headers before defines.h will cause conflicting definitions. 139 system headers before defines.h will cause conflicting definitions.
140 - (dtucker) [regress/forcecommand.sh] Portablize.
140 141
14120060713 14220060713
142 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h 143 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
@@ -5055,4 +5056,4 @@
5055 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5056 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5056 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5057 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5057 5058
5058$Id: ChangeLog,v 1.4437 2006/07/24 13:19:40 dtucker Exp $ 5059$Id: ChangeLog,v 1.4438 2006/07/24 13:50:23 dtucker Exp $
diff --git a/regress/forcecommand.sh b/regress/forcecommand.sh
index 796e7c2c0..99e51a60f 100644
--- a/regress/forcecommand.sh
+++ b/regress/forcecommand.sh
@@ -5,9 +5,9 @@ tid="forced command"
5 5
6cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak 6cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
7 7
8echo -n 'command="true" ' >$OBJ/authorized_keys_$USER 8echon 'command="true" ' >$OBJ/authorized_keys_$USER
9cat $OBJ/rsa.pub >> $OBJ/authorized_keys_$USER 9cat $OBJ/rsa.pub >> $OBJ/authorized_keys_$USER
10echo -n 'command="true" ' >>$OBJ/authorized_keys_$USER 10echon 'command="true" ' >>$OBJ/authorized_keys_$USER
11cat $OBJ/rsa1.pub >> $OBJ/authorized_keys_$USER 11cat $OBJ/rsa1.pub >> $OBJ/authorized_keys_$USER
12 12
13for p in 1 2; do 13for p in 1 2; do
@@ -16,9 +16,9 @@ for p in 1 2; do
16 fail "forced command in key proto $p" 16 fail "forced command in key proto $p"
17done 17done
18 18
19echo -n 'command="false" ' >$OBJ/authorized_keys_$USER 19echon 'command="false" ' >$OBJ/authorized_keys_$USER
20cat $OBJ/rsa.pub >> $OBJ/authorized_keys_$USER 20cat $OBJ/rsa.pub >> $OBJ/authorized_keys_$USER
21echo -n 'command="false" ' >>$OBJ/authorized_keys_$USER 21echon 'command="false" ' >>$OBJ/authorized_keys_$USER
22cat $OBJ/rsa1.pub >> $OBJ/authorized_keys_$USER 22cat $OBJ/rsa1.pub >> $OBJ/authorized_keys_$USER
23 23
24cp $OBJ/sshd_proxy_bak $OBJ/sshd_proxy 24cp $OBJ/sshd_proxy_bak $OBJ/sshd_proxy