delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/05/25/15:40:54

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
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 <corinna AT vinschen DOT de>
Reply-To: cygwin <cygwin AT sourceware DOT cygnus DOT com>
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 <cygwin AT sourceware DOT cygnus DOT com>
Subject: Re: Can not config sshd
References: <392D386E DOT 26841 DOT 66501B AT localhost>

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019