summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-03 22:48:03 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-03 22:48:03 +0000
commit64f6dd837339549fe2ca02d98f8a2424cedd9c7b (patch)
tree3c070c5e504002c61baae2431dd86f2f10de3e4b
parent6389950300ccfc54e73f7c1f421e3d7a33f6572c (diff)
- (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
-rw-r--r--ChangeLog5
-rw-r--r--contrib/cygwin/README7
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 34ed3280..a5bb2667 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20010504
+ - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
+
20010430
- (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
- (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
@@ -5277,4 +5280,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1179.2.6 2001/04/30 18:15:53 tim Exp $
+$Id: ChangeLog,v 1.1179.2.7 2001/05/03 22:48:03 mouring Exp $
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 798e5d62..f9d03944 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -57,6 +57,13 @@ Install sshd as daemon via SRVANY.EXE (recommended on NT/W2K), via inetd
(results in very slow deamon startup!) or from the command line (recommended
on 9X/ME).
+If you start sshd as deamon via SRVANY.EXE you will see two
+sshd processes in the process list unless you give the "-D"
+option to sshd. That will avoid that sshd detaches from the
+controlling terminal and it will remain under process control
+of SRVANY.EXE. That allows easy killing of the service by
+using the `net stop <servicename>' command.
+
If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the
following line to your inetd.conf file: