mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
- (dtucker) [regress/test-exec.sh]
Move Portable-only StrictModes to top of list to make syncs easier.
This commit is contained in:
parent
9fe95da3ea
commit
0e6868e2c4
@ -1,6 +1,8 @@
|
||||
20040616
|
||||
- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
|
||||
code changes.
|
||||
- (dtucker) [regress/test-exec.sh]
|
||||
Move Portable-only StrictModes to top of list to make syncs easier.
|
||||
- (dtucker) OpenBSD CVS Sync regress/
|
||||
- djm@cvs.openbsd.org 2004/04/27 09:47:30
|
||||
[regress/Makefile regress/test-exec.sh, added regress/envpass.sh]
|
||||
@ -1241,4 +1243,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.3393 2004/06/16 10:33:55 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3394 2004/06/16 10:36:16 dtucker Exp $
|
||||
|
@ -160,6 +160,7 @@ trap fatal 3 2
|
||||
|
||||
# create server config
|
||||
cat << EOF > $OBJ/sshd_config
|
||||
StrictModes no
|
||||
Port $PORT
|
||||
ListenAddress 127.0.0.1
|
||||
#ListenAddress ::1
|
||||
@ -169,7 +170,6 @@ cat << EOF > $OBJ/sshd_config
|
||||
AcceptEnv _XXX_TEST_*
|
||||
AcceptEnv _XXX_TEST
|
||||
Subsystem sftp $SFTPSERVER
|
||||
StrictModes no
|
||||
EOF
|
||||
|
||||
# server config for proxy connects
|
||||
|
Loading…
Reference in New Issue
Block a user