mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-28 13:02:09 +00:00
- (dtucker) [regress/test-exec.sh] Put SUDO in the right place.
This commit is contained in:
parent
5d909f0773
commit
4b9ac3319e
@ -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 $
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user