Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <392D795F.DB3B7587@vinschen.de> Date: Thu, 25 May 2000 21:05:03 +0200 From: Corinna Vinschen Reply-To: cygwin X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: de, en MIME-Version: 1.0 To: tomcw AT localnet DOT com CC: cygwin Subject: Re: Can not config sshd References: <392D386E DOT 26841 DOT 66501B AT localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Tom Weichmann wrote: > > Hello, > > I am having trouble setting up sshd. I have followed the directions( > I think) , but no luck. I have installed ssl, and ssh. I have re-named > sshd.exe to /usr/sbin/in.sshd.exe. Then I added the following line > to my inetd.conf: > > ssh stream tcp nowait root /usr/sbin/in.sshd in.sshd -i ^^^ This should be `sshd' (common practice) And you didn't tell one word about your change to your services file. Did you add the sshd entry? If not, inetd uses the first name in the line as the services entry to search for. Only if inetd is able to find that entry it knows which port to observe. So you _must_ add a sshd line to your NT: ${WINDIR}/system32/drivers/etc/SERVICES W2K: ${WINDIR}/system32/drivers/etc/services 95/98: ${WINDIR}/SERVICES file: sshd 22/tcp or, if you choose `ssh' for the inetd entry: ssh 22/tcp Hope, that helps, Corinna -- Corinna Vinschen Cygwin Developer Cygnus Solutions, a Red Hat company -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com