]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Fri, 8 May 2015 07:29:00 +0000 (07:29 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 8 May 2015 07:32:13 +0000 (17:32 +1000)
whitespace

Upstream-Regress-ID: 6b708a3e709d5b7fd37890f874bafdff1f597519

regress/ssh-com.sh

index 6c5cfe888db36168fe5489c692fca793134fdfab..4371d5279746069eb9390101ddf6444bb0a7fab6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh-com.sh,v 1.8 2013/05/17 00:37:40 dtucker Exp $
+#      $OpenBSD: ssh-com.sh,v 1.9 2015/05/08 07:29:00 djm Exp $
 #      Placed in the Public Domain.
 
 tid="connect to ssh.com server"
@@ -44,14 +44,14 @@ cat << EOF > $OBJ/sshd2_config
        HostKeyFile                     ${SRC}/dsa_ssh2.prv
        PublicHostKeyFile               ${SRC}/dsa_ssh2.pub
        RandomSeedFile                  ${OBJ}/random_seed
-       MaxConnections                  0 
+       MaxConnections                  0
        PermitRootLogin                 yes
        VerboseMode                     no
        CheckMail                       no
        Ssh1Compatibility               no
 EOF
 
-# create client config 
+# create client config
 sed "s/HostKeyAlias.*/HostKeyAlias ssh2-localhost-with-alias/" \
        < $OBJ/ssh_config > $OBJ/ssh_config_com