summaryrefslogtreecommitdiff
path: root/regress/ssh-com.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-22 17:53:16 +1100
committerDamien Miller <djm@mindrot.org>2003-01-22 17:53:16 +1100
commit8b9cde784784949f9fdf0451f9da9030b76ca705 (patch)
tree9bf6279aa53922b3a251a5ca6d5f26c929a55251 /regress/ssh-com.sh
parente9b7d720c8de6c293a3632c1fbf02cfa9c542923 (diff)
downloadopenssh-git-8b9cde784784949f9fdf0451f9da9030b76ca705.tar.gz
- (djm) Sync regress with OpenBSD -current
Diffstat (limited to 'regress/ssh-com.sh')
-rw-r--r--regress/ssh-com.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/regress/ssh-com.sh b/regress/ssh-com.sh
index 6a199fa6..c2bd1538 100644
--- a/regress/ssh-com.sh
+++ b/regress/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