[PATCH]: Fix typo in contrib/cygwin/README
Corinna Vinschen
vinschen at redhat.com
Wed Dec 19 06:29:26 EST 2001
Hi,
the following patch fixes just a typo in the Cygwin's README file.
Thanks,
Corinna
Index: contrib/cygwin/README
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
retrieving revision 1.7
diff -u -p -r1.7 README
--- contrib/cygwin/README 27 Nov 2001 01:19:44 -0000 1.7
+++ contrib/cygwin/README 18 Dec 2001 19:07:14 -0000
@@ -83,12 +83,12 @@ If you start sshd as deamon via cygrunsr
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
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com
More information about the openssh-unix-dev
mailing list