summaryrefslogtreecommitdiff
path: root/regress/ssh-com.sh
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-08-19 17:00:17 +0100
committerColin Watson <cjwatson@debian.org>2015-08-19 17:00:17 +0100
commit544df7a04ae5b5c1fc30be7c445ad685d7a02dc9 (patch)
tree33d2a87dd50fe5894ac6ec4579c83401b7ab00a4 /regress/ssh-com.sh
parentbaccdb349b31c47cd76fb63211f754ed33a9707e (diff)
parent7de4b03a6e4071d454b72927ffaf52949fa34545 (diff)
Import openssh_6.9p1.orig.tar.gz
Diffstat (limited to 'regress/ssh-com.sh')
-rw-r--r--regress/ssh-com.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/ssh-com.sh b/regress/ssh-com.sh
index 6c5cfe888..4371d5279 100644
--- a/regress/ssh-com.sh
+++ b/regress/ssh-com.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh-com.sh,v 1.8 2013/05/17 00:37:40 dtucker Exp $ 1# $OpenBSD: ssh-com.sh,v 1.9 2015/05/08 07:29:00 djm 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"
@@ -44,14 +44,14 @@ cat << EOF > $OBJ/sshd2_config
44 HostKeyFile ${SRC}/dsa_ssh2.prv 44 HostKeyFile ${SRC}/dsa_ssh2.prv
45 PublicHostKeyFile ${SRC}/dsa_ssh2.pub 45 PublicHostKeyFile ${SRC}/dsa_ssh2.pub
46 RandomSeedFile ${OBJ}/random_seed 46 RandomSeedFile ${OBJ}/random_seed
47 MaxConnections 0 47 MaxConnections 0
48 PermitRootLogin yes 48 PermitRootLogin yes
49 VerboseMode no 49 VerboseMode no
50 CheckMail no 50 CheckMail no
51 Ssh1Compatibility no 51 Ssh1Compatibility no
52EOF 52EOF
53 53
54# create client config 54# create client config
55sed "s/HostKeyAlias.*/HostKeyAlias ssh2-localhost-with-alias/" \ 55sed "s/HostKeyAlias.*/HostKeyAlias ssh2-localhost-with-alias/" \
56 < $OBJ/ssh_config > $OBJ/ssh_config_com 56 < $OBJ/ssh_config > $OBJ/ssh_config_com
57 57