]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2009/10/08 18:04:27
authordtucker <dtucker>
Sun, 11 Oct 2009 22:37:22 +0000 (22:37 +0000)
committerdtucker <dtucker>
Sun, 11 Oct 2009 22:37:22 +0000 (22:37 +0000)
     [regress/test-exec.sh]
     re-enable protocol v1 for the tests.

ChangeLog
regress/test-exec.sh

index 41bf68e7ce82f193f1ae447937e0d19665149361..918a48da17a0d9a9406296c0cd77a0cd8442e70e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
      [sftp-client.c]
      d_type isn't portable so use lstat to get dirent modes.  Suggested by and
      "looks sane" deraadt@
+   - markus@cvs.openbsd.org 2009/10/08 18:04:27
+     [regress/test-exec.sh]
+     re-enable protocol v1 for the tests.
 
 20091007
  - (dtucker) OpenBSD CVS Sync
index b544489121719ea3edfd16886b065465ec79f9fd..804a296965298be2ae179e7eab9ee41ad974fb03 100644 (file)
@@ -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
This page took 0.248604 seconds and 5 git commands to generate.