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)
- (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 6a199fa65..c2bd15380 100644
--- a/regress/ssh-com.sh
+++ b/regress/ssh-com.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh-com.sh,v 1.3 2002/03/15 13:08:56 markus Exp $ 1# $OpenBSD: ssh-com.sh,v 1.4 2002/07/16 08:58:16 markus Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="connect to ssh.com server" 4tid="connect to ssh.com server"
@@ -14,17 +14,19 @@ VERSIONS="
14 2.1.0 14 2.1.0
15 2.2.0 15 2.2.0
16 2.3.0 16 2.3.0
17 2.3.1
18 2.4.0 17 2.4.0
19 3.0.0 18 3.0.0
20 3.1.0" 19 3.1.0
20 3.2.0
21 3.3.0"
21# 2.0.10 does not support UserConfigDirectory 22# 2.0.10 does not support UserConfigDirectory
23# 2.3.1 requires a config in $HOME/.ssh2
22 24
23SRC=`dirname ${SCRIPT}` 25SRC=`dirname ${SCRIPT}`
24 26
25# ssh.com 27# ssh.com
26cat << EOF > $OBJ/sshd2_config 28cat << EOF > $OBJ/sshd2_config
27*: 29#*:
28 # Port and ListenAdress are not used. 30 # Port and ListenAdress are not used.
29 QuietMode yes 31 QuietMode yes
30 Port 4343 32 Port 4343