summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--contrib/cygwin/README4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b78b88a..cfd255ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
20011229
- (djm) Apply Cygwin pointer deref fix from Corinna Vinschen
<vinschen@redhat.com> Could be abused to guess valid usernames
+ - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
+ <vinschen@redhat.com>
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 7f7f9a33..60d39169 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