1
1

Add StrictModes=no to work around cygwin problem.

Reported by Yang Tse <yangsita@gmail.com>.
Этот коммит содержится в:
Simon Josefsson 2009-03-17 19:07:35 +00:00
родитель fa5509d9f2
Коммит 872a6e28dc

Просмотреть файл

@ -20,8 +20,9 @@ chmod go-r $srcdir/etc/host*
$SSHD -f /dev/null -h $srcdir/etc/host \ $SSHD -f /dev/null -h $srcdir/etc/host \
-o 'Port 4711' \ -o 'Port 4711' \
-o 'Protocol 2' \ -o 'Protocol 2' \
-o 'UsePrivilegeSeparation no' \
-o "AuthorizedKeysFile $srcdir/etc/user.pub" \ -o "AuthorizedKeysFile $srcdir/etc/user.pub" \
-o 'UsePrivilegeSeparation no' \
-o 'StrictModes no' \
-D & -D &
sshdpid=$! sshdpid=$!