summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-07-16 08:58:17 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-07-16 08:58:17 +0000
commit9b97c81d9deafdeb34a91f3d1ce51bbe94d50651 (patch)
treeee957fe540bc2a5c4a4d95e7f819c0137beadc11 /regress/usr.bin/ssh
parent8cee3cd5c875d476e17b03cc866beabb7a585705 (diff)
add new commercial versions
Diffstat (limited to 'regress/usr.bin/ssh')
-rw-r--r--regress/usr.bin/ssh/ssh-com-client.sh6
-rw-r--r--regress/usr.bin/ssh/ssh-com-keygen.sh6
-rw-r--r--regress/usr.bin/ssh/ssh-com-sftp.sh6
-rw-r--r--regress/usr.bin/ssh/ssh-com.sh10
4 files changed, 18 insertions, 10 deletions
diff --git a/regress/usr.bin/ssh/ssh-com-client.sh b/regress/usr.bin/ssh/ssh-com-client.sh
index 84b0b471e9f..015ebbb8c0b 100644
--- a/regress/usr.bin/ssh/ssh-com-client.sh
+++ b/regress/usr.bin/ssh/ssh-com-client.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh-com-client.sh,v 1.3 2002/04/10 08:45:30 markus Exp $
+# $OpenBSD: ssh-com-client.sh,v 1.4 2002/07/16 08:58:16 markus Exp $
# Placed in the Public Domain.
tid="connect with ssh.com client"
@@ -15,7 +15,9 @@ VERSIONS="
2.3.1
2.4.0
3.0.0
- 3.1.0"
+ 3.1.0
+ 3.2.0
+ 3.3.0"
# 2.0.10 2.0.12 2.0.13 don't like the test setup
diff --git a/regress/usr.bin/ssh/ssh-com-keygen.sh b/regress/usr.bin/ssh/ssh-com-keygen.sh
index 90ba2fcdc0a..e93dc78c9a8 100644
--- a/regress/usr.bin/ssh/ssh-com-keygen.sh
+++ b/regress/usr.bin/ssh/ssh-com-keygen.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh-com-keygen.sh,v 1.1 2002/03/27 22:40:27 markus Exp $
+# $OpenBSD: ssh-com-keygen.sh,v 1.2 2002/07/16 08:58:16 markus Exp $
# Placed in the Public Domain.
tid="ssh.com key import"
@@ -18,7 +18,9 @@ VERSIONS="
2.3.1
2.4.0
3.0.0
- 3.1.0"
+ 3.1.0
+ 3.2.0
+ 3.3.0"
COMPRV=${OBJ}/comkey
COMPUB=${COMPRV}.pub
diff --git a/regress/usr.bin/ssh/ssh-com-sftp.sh b/regress/usr.bin/ssh/ssh-com-sftp.sh
index 231efa13288..f08018b8470 100644
--- a/regress/usr.bin/ssh/ssh-com-sftp.sh
+++ b/regress/usr.bin/ssh/ssh-com-sftp.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh-com-sftp.sh,v 1.2 2002/04/10 08:45:30 markus Exp $
+# $OpenBSD: ssh-com-sftp.sh,v 1.3 2002/07/16 08:58:16 markus Exp $
# Placed in the Public Domain.
tid="basic sftp put/get with ssh.com server"
@@ -24,7 +24,9 @@ VERSIONS="
2.3.1
2.4.0
3.0.0
- 3.1.0"
+ 3.1.0
+ 3.2.0
+ 3.3.0"
# go for it
for v in ${VERSIONS}; do
diff --git a/regress/usr.bin/ssh/ssh-com.sh b/regress/usr.bin/ssh/ssh-com.sh
index 6a199fa6583..c2bd1538075 100644
--- a/regress/usr.bin/ssh/ssh-com.sh
+++ b/regress/usr.bin/ssh/ssh-com.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh-com.sh,v 1.3 2002/03/15 13:08:56 markus Exp $
+# $OpenBSD: ssh-com.sh,v 1.4 2002/07/16 08:58:16 markus Exp $
# Placed in the Public Domain.
tid="connect to ssh.com server"
@@ -14,17 +14,19 @@ VERSIONS="
2.1.0
2.2.0
2.3.0
- 2.3.1
2.4.0
3.0.0
- 3.1.0"
+ 3.1.0
+ 3.2.0
+ 3.3.0"
# 2.0.10 does not support UserConfigDirectory
+# 2.3.1 requires a config in $HOME/.ssh2
SRC=`dirname ${SCRIPT}`
# ssh.com
cat << EOF > $OBJ/sshd2_config
-*:
+#*:
# Port and ListenAdress are not used.
QuietMode yes
Port 4343