- (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
<vinschen@redhat.com>
This commit is contained in:
parent
0dea79d6b6
commit
6a568f3ca9
|
@ -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 $
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue