mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-21 19:37:35 +08:00
- jmc@cvs.openbsd.org 2003/11/07 10:16:44
[ssh-com.sh] adress -> address, and a few more; all from Jonathon Gray;
This commit is contained in:
parent
22991ba2e2
commit
633f3e0dd0
@ -4,6 +4,9 @@
|
||||
[Makefile banner.sh]
|
||||
Test missing banner file, suppression of banner with ssh -q, check return
|
||||
code from ssh. ok markus@
|
||||
- jmc@cvs.openbsd.org 2003/11/07 10:16:44
|
||||
[ssh-com.sh]
|
||||
adress -> address, and a few more; all from Jonathon Gray;
|
||||
|
||||
20040128
|
||||
- (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
|
||||
@ -1773,4 +1776,4 @@
|
||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.3200 2004/01/30 01:58:51 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3201 2004/01/30 02:00:29 dtucker Exp $
|
||||
|
@ -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.6 2003/11/07 10:16:44 jmc Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="connect to ssh.com server"
|
||||
@ -29,7 +29,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
|
||||
|
Loading…
Reference in New Issue
Block a user