From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from p3plsmtpa08-02.prod.phx3.secureserver.net (p3plsmtpa08-02.prod.phx3.secureserver.net [173.201.193.103]) by sourceware.org (Postfix) with ESMTPS id 656CF3858C20 for ; Wed, 16 Feb 2022 17:48:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 656CF3858C20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kosowsky.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kosowsky.org Received: from consult.pretender ([146.115.145.129]) by :SMTPAUTH: with ESMTPSA id KOPwnpW6Y370vKOPxncpSc; Wed, 16 Feb 2022 10:48:41 -0700 X-CMAE-Analysis: v=2.4 cv=Jel5EWGV c=1 sm=1 tr=0 ts=620d38f9 a=BYuR5sdBHlGgEYWvfiqr5Q==:117 a=BYuR5sdBHlGgEYWvfiqr5Q==:17 a=kj9zAlcOel0A:10 a=oGFeUVbbRNcA:10 a=eubsGKgLZaWIGYQ-JRIA:9 a=CjuIK1q_8ugA:10 X-SECURESERVER-ACCT: inbox@kosowsky.org Received: from consult.pretender (localhost [127.0.0.1]) by consult.pretender (Postfix) with ESMTP id A99A7295465D for ; Wed, 16 Feb 2022 12:48:40 -0500 (EST) Received: by consult.pretender (Postfix, from userid 495) id A3F6D295465C; Wed, 16 Feb 2022 12:48:40 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, FROM_BLANK_NAME, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: from consult.pretender (localhost [127.0.0.1]) by consult.pretender (Postfix) with ESMTPSA id 77B93295465A for ; Wed, 16 Feb 2022 12:48:40 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <25101.14584.355242.900010@consult.pretender> Date: Wed, 16 Feb 2022 12:48:40 -0500 To: cygwin@cygwin.com Subject: Can't start cygsshd service X-Mailer: VM 8.2.0b under 25.2.2 (x86_64-pc-linux-gnu) From: "" X-Virus-Scanned: ClamAV using ClamSMTP X-CMAE-Envelope: MS4xfK7ayGvWrcn1OZRVpiGQFRq/qhEZNFct/QyRwQr8m8b/VS9qtnpdMWdWd4v+d5gH1PQjLSGOh+pe7gPmfs4AoPdOTDmwywTXpPtjWBOJnqCONZrAOlBi j7w79BOzzGzEvtHyB7Smr0n70TL/Cbg64isQXfpJzB2V1cJe1OS9pxLRkZOcInKpoLCuQJlDPrCDXxHweRAOgeYBx02/6oR6qFU= X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2022 17:48:52 -0000 I just installed Cygwin and cygwin sshd on a fresh Win10 Virtual Box machine. Running 'ssh-host-config' worked perfectly, saying the service was installed. I accepted all the defaults. However, the service fails to start -- whether on 'reboot' or manually. Specifically, #cygrunsrv -S cygsshd cygrunsrv: Error starting a service: StartService: Win32 error 1053: The service did not respond to the start or control request in a timely fashion #net start cygsshd The service is not responding to the control function. More help is available by typing NET HELPMSG 2186. I am using the native Windows Defender firewall, which has "Cygwin SSHD - 22 - Private" enabled for 'Private' (but not for 'Public') Googling the error messages didn't show anything helpful Any ideas what might be going wrong here?