diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-10-12 00:37:22 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-10-12 00:37:22 +0200 |
commit | e23a79cbed41a3d10533a9d5caefdcee058a066b (patch) | |
tree | e0213e8cf2372297414e8285bac4d43151a7f13e /regress | |
parent | - dtucker@cvs.openbsd.org 2009/10/11 10:41:26 (diff) | |
download | openssh-e23a79cbed41a3d10533a9d5caefdcee058a066b.tar.xz openssh-e23a79cbed41a3d10533a9d5caefdcee058a066b.zip |
- markus@cvs.openbsd.org 2009/10/08 18:04:27
[regress/test-exec.sh]
re-enable protocol v1 for the tests.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/test-exec.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index b54448912..804a29696 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: test-exec.sh,v 1.35 2008/06/28 13:57:25 djm Exp $ +# $OpenBSD: test-exec.sh,v 1.36 2009/10/08 18:04:27 markus Exp $ # Placed in the Public Domain. #SUDO=sudo @@ -222,6 +222,7 @@ trap fatal 3 2 cat << EOF > $OBJ/sshd_config StrictModes no Port $PORT + Protocol 2,1 AddressFamily inet ListenAddress 127.0.0.1 #ListenAddress ::1 @@ -247,6 +248,7 @@ echo 'StrictModes no' >> $OBJ/sshd_proxy # create client config cat << EOF > $OBJ/ssh_config Host * + Protocol 2,1 Hostname 127.0.0.1 HostKeyAlias localhost-with-alias Port $PORT |