From 6a568f3ca9735452dc0df237950fc988e3ae4223 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 29 Dec 2001 14:10:09 +1100 Subject: [PATCH] - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen --- ChangeLog | 4 +++- contrib/cygwin/README | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3b78b88af..cfd255ce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 20011229 - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen Could be abused to guess valid usernames + - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen + 20011228 - (djm) Remove recommendation to use GNU make, we should support most @@ -7112,4 +7114,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1710 2001/12/29 03:08:28 djm Exp $ +$Id: ChangeLog,v 1.1711 2001/12/29 03:10:09 djm Exp $ diff --git a/contrib/cygwin/README b/contrib/cygwin/README index 7f7f9a33c..60d391691 100644 --- a/contrib/cygwin/README +++ b/contrib/cygwin/README @@ -83,12 +83,12 @@ If you start sshd as deamon via cygrunsrv.exe you MUST give the If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the following line to your inetd.conf file: -sshd stream tcp nowait root /usr/sbin/in.sshd sshd -i +ssh stream tcp nowait root /usr/sbin/in.sshd sshd -i Moreover you'll have to add the following line to your ${SYSTEMROOT}/system32/drivers/etc/services file: - sshd 22/tcp #SSH daemon + ssh 22/tcp #SSH daemon =========================================================================== The following restrictions only apply to Cygwin versions up to 1.3.1