summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--regress/ssh-com.sh4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e7bdc2e4..65235295e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 [Makefile banner.sh] 4 [Makefile banner.sh]
5 Test missing banner file, suppression of banner with ssh -q, check return 5 Test missing banner file, suppression of banner with ssh -q, check return
6 code from ssh. ok markus@ 6 code from ssh. ok markus@
7 - jmc@cvs.openbsd.org 2003/11/07 10:16:44
8 [ssh-com.sh]
9 adress -> address, and a few more; all from Jonathon Gray;
7 10
820040128 1120040128
9 - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@ 12 - (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
@@ -1773,4 +1776,4 @@
1773 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1776 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1774 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1777 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1775 1778
1776$Id: ChangeLog,v 1.3200 2004/01/30 01:58:51 dtucker Exp $ 1779$Id: ChangeLog,v 1.3201 2004/01/30 02:00:29 dtucker Exp $
diff --git a/regress/ssh-com.sh b/regress/ssh-com.sh
index 78ae6e9e1..c3715a242 100644
--- a/regress/ssh-com.sh
+++ b/regress/ssh-com.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh-com.sh,v 1.5 2003/05/14 22:08:27 markus Exp $ 1# $OpenBSD: ssh-com.sh,v 1.6 2003/11/07 10:16:44 jmc 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"
@@ -29,7 +29,7 @@ SRC=`dirname ${SCRIPT}`
29# ssh.com 29# ssh.com
30cat << EOF > $OBJ/sshd2_config 30cat << EOF > $OBJ/sshd2_config
31#*: 31#*:
32 # Port and ListenAdress are not used. 32 # Port and ListenAddress are not used.
33 QuietMode yes 33 QuietMode yes
34 Port 4343 34 Port 4343
35 ListenAddress 127.0.0.1 35 ListenAddress 127.0.0.1