- (dtucker) [regress/test-exec.sh] Put SUDO in the right place.

This commit is contained in:
Darren Tucker 2005-03-07 19:15:06 +11:00
parent 5d909f0773
commit 4b9ac3319e
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@
- djm@cvs.openbsd.org 2005/03/04 08:48:46
[Makefile envpass.sh]
regress test for SendEnv config parsing bug; ok dtucker@
- (dtucker) [regress/test-exec.sh] Put SUDO in the right place.
20050306
- (dtucker) [monitor.c] Bug #125 comment #47: fix errors returned by monitor
@ -2304,4 +2305,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3700 2005/03/07 07:35:34 dtucker Exp $
$Id: ChangeLog,v 1.3701 2005/03/07 08:15:06 dtucker Exp $

View File

@ -261,7 +261,7 @@ chmod 644 $OBJ/authorized_keys_$USER
# create a proxy version of the client config
(
cat $OBJ/ssh_config
echo proxycommand sh ${SRC}/sshd-log-wrapper.sh ${SUDO} ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy
echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy
) > $OBJ/ssh_proxy
# check proxy config