X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=y5F9fUCDfpwyWrYfPxMuJhxzE0X89dJH7ivaCX+Zz+OInBK7rlAuv +tGNZoDnmT5wGw3j4ZhO9ssYuwUrRGIoE7vINtysCn8yHfPSxwPYU50fB+oD1gVw NKZEBB57zkM6vrp5ERoBoufO5BAFw+yVW562+SAsO8K54qBdEac5/k= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=o2faVVT00rJTASwT8A1O/l8gkMk=; b=CsaFTE+OwCNbs+VMUWfQvgKxc8fd KsA2GJMnarCOj6f8BteWizGBCBgZ1K0AlBC6hR2ax/iWD26rWEcdijLxl6kyo0RP Xl3yVwIEKOiIvrGq+8/WLiFtA9R8c+B2N22DvqhkzWifIWzyP1Rj3cRmW7zXx7py TntNqS9vNvOgPuw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_RW,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 To: cygwin AT cygwin DOT com From: Jamie Stallwood Subject: Re: sshd service will not start on Windows 7 Date: Thu, 21 Mar 2013 10:33:52 +0000 (UTC) Lines: 5 Message-ID: References: <1359486853591-95750 DOT post AT n5 DOT nabble DOT com> <51082B30 DOT 3020303 AT prager DOT ws> <51082C6E DOT 5020409 AT gmail DOT com> <1359549388 DOT 9218 DOT YahooMailNeo AT web162704 DOT mail DOT bf1 DOT yahoo DOT com> <5109E15C DOT 20204 AT cygwin DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) I found, by enabling shell logon for cyg_server and then running sshd, that /etc/ssh*_key permissions were too lax. use the command: chmod g-rwx /etc/ssh*_key to fix these permissions. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple