]> andersk Git - openssh.git/blobdiff - regress/ssh-com.sh
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / regress / ssh-com.sh
index c915cc39c1a8bcca52c8d3eca8ffbf1db8ab95b9..7bcd85b65c124682bb8ad75f87c55d39da1dcc61 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh-com.sh,v 1.5 2003/05/14 22:08:27 markus Exp $
+#      $OpenBSD: ssh-com.sh,v 1.7 2004/02/24 17:06:52 markus Exp $
 #      Placed in the Public Domain.
 
 tid="connect to ssh.com server"
@@ -20,6 +20,9 @@ VERSIONS="
        3.2.0
        3.2.2
        3.2.3
+       3.2.5
+       3.2.9
+       3.2.9.1
        3.3.0"
 # 2.0.10 does not support UserConfigDirectory
 # 2.3.1 requires a config in $HOME/.ssh2
@@ -29,7 +32,7 @@ SRC=`dirname ${SCRIPT}`
 # ssh.com
 cat << EOF > $OBJ/sshd2_config
 #*:
-       # Port and ListenAdress are not used.
+       # Port and ListenAddress are not used.
        QuietMode                       yes
        Port                            4343
        ListenAddress                   127.0.0.1
@@ -67,7 +70,7 @@ done
 
 # convert and append DSA hostkey
 (
-       echo -n 'ssh2-localhost-with-alias,127.0.0.1,::1 '
+       echon 'ssh2-localhost-with-alias,127.0.0.1,::1 '
        ${SSHKEYGEN} -if ${SRC}/dsa_ssh2.pub
 ) >> $OBJ/known_hosts
 
This page took 0.41902 seconds and 4 git commands to generate.