mirror of git://anongit.mindrot.org/openssh.git
- (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
This commit is contained in:
parent
a6218b81ca
commit
834417afa5
|
@ -9,6 +9,7 @@
|
||||||
- stevesk@cvs.openbsd.org 2001/05/03 21:43:01
|
- stevesk@cvs.openbsd.org 2001/05/03 21:43:01
|
||||||
[servconf.c]
|
[servconf.c]
|
||||||
remove "\n" from fatal()
|
remove "\n" from fatal()
|
||||||
|
- (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
20010503
|
20010503
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -5320,4 +5321,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1193 2001/05/03 22:39:11 mouring Exp $
|
$Id: ChangeLog,v 1.1194 2001/05/03 22:45:21 mouring Exp $
|
||||||
|
|
|
@ -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
|
(results in very slow deamon startup!) or from the command line (recommended
|
||||||
on 9X/ME).
|
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
|
If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the
|
||||||
following line to your inetd.conf file:
|
following line to your inetd.conf file:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue