]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/ssh-com.sh
Fixed the default tag set.
[gssapi-openssh.git] / openssh / regress / ssh-com.sh
index c3715a2429a4d839f961d9e3fa957fe5d7a29c47..6a199fa658399b24918dafe0419a4ac63176e3ea 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh-com.sh,v 1.6 2003/11/07 10:16:44 jmc Exp $
+#      $OpenBSD: ssh-com.sh,v 1.3 2002/03/15 13:08:56 markus Exp $
 #      Placed in the Public Domain.
 
 tid="connect to ssh.com server"
@@ -14,22 +14,18 @@ VERSIONS="
        2.1.0
        2.2.0
        2.3.0
+       2.3.1
        2.4.0
        3.0.0
-       3.1.0
-       3.2.0
-       3.2.2
-       3.2.3
-       3.3.0"
+       3.1.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 ListenAddress are not used.
+*:
+       # Port and ListenAdress are not used.
        QuietMode                       yes
        Port                            4343
        ListenAddress                   127.0.0.1
@@ -67,7 +63,7 @@ done
 
 # convert and append DSA hostkey
 (
-       echon 'ssh2-localhost-with-alias,127.0.0.1,::1 '
+       echo -n 'ssh2-localhost-with-alias,127.0.0.1,::1 '
        ${SSHKEYGEN} -if ${SRC}/dsa_ssh2.pub
 ) >> $OBJ/known_hosts
 
This page took 0.034089 seconds and 4 git commands to generate.