]> andersk Git - gssapi-openssh.git/blobdiff - openssh/contrib/cygwin/README
Import of OpenSSH 3.1p1
[gssapi-openssh.git] / openssh / contrib / cygwin / README
index dfe17867927512cdc340baba7716c86a970ffd2f..60d3916915f6682d84997a5b9f98ed41e2084720 100644 (file)
@@ -1,5 +1,13 @@
 This package is the actual port of OpenSSH to Cygwin 1.3.
 
+===========================================================================
+Important change since 3.0.1p1-2:
+
+This version introduces the ability to register sshd as service on
+Windows 9x/Me systems.  This is done only when the options -D and/or
+-d are not given.
+===========================================================================
+
 ===========================================================================
 Important change since 2.9p2:
 
@@ -75,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
@@ -162,12 +170,10 @@ configure are used for the Cygwin binary distribution:
 
        --prefix=/usr \
        --sysconfdir=/etc \
-       --libexecdir='${exec_prefix}/sbin \
-       --with-pcre
+       --libexecdir='${exec_prefix}/sbin'
 
 You must have installed the zlib, openssl and regex packages to
-be able to build OpenSSH! The `--with-pcre' option requires
-the installation of the pcre package.
+be able to build OpenSSH!
 
 Please send requests, error reports etc. to cygwin@cygwin.com.
 
This page took 0.033653 seconds and 4 git commands to generate.