summaryrefslogtreecommitdiff
path: root/contrib/cygwin/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cygwin/README')
-rw-r--r--contrib/cygwin/README4
1 files changed, 2 insertions, 2 deletions
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
83If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the 83If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the
84following line to your inetd.conf file: 84following line to your inetd.conf file:
85 85
86sshd stream tcp nowait root /usr/sbin/in.sshd sshd -i 86ssh stream tcp nowait root /usr/sbin/in.sshd sshd -i
87 87
88Moreover you'll have to add the following line to your 88Moreover you'll have to add the following line to your
89${SYSTEMROOT}/system32/drivers/etc/services file: 89${SYSTEMROOT}/system32/drivers/etc/services file:
90 90
91 sshd 22/tcp #SSH daemon 91 ssh 22/tcp #SSH daemon
92 92
93=========================================================================== 93===========================================================================
94The following restrictions only apply to Cygwin versions up to 1.3.1 94The following restrictions only apply to Cygwin versions up to 1.3.1