X-Recipient: archive-cygwin@delorie.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:date:from:to:message-id:in-reply-to:references
	:subject:mime-version:content-type:content-transfer-encoding; q=
	dns; s=default; b=vnnjFywwqnoUjB22GHv74C6WRJs0lS1YIU1vqOiWgjbRbx
	IvdTDhPnVrkryGM8CwLb+9b9OaTwaPGfqI/okX9Y49jkkRpmd/v8lrJUPNWiZat6
	VHZV+INMrEi+dwPYIlsGOq4GPT53cFtgdFHbKoG998GKdO75yUvOhaW1NJ0qI=
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:date:from:to:message-id:in-reply-to:references
	:subject:mime-version:content-type:content-transfer-encoding; s=
	default; bh=xJfWyBQ520Rc+4FRnGYo6Ly9h94=; b=iYm7vH44zjnj28WbOkf/
	sqUNrWHlKfukHZXhBlAu94L+zGjx+3JDr8AS2aLft2NGSoWnGxD5DVuEbggK7Plp
	OGxvRatiQuhp/ettadM6+d8zeGKqB9W4gwnd6vcolLDB/BPO6oH809qE1Bg1HaMB
	zIKQ4n6qT7Wec5YGssumXBE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2
X-HELO: mwork.nabble.com
Date: Wed, 7 Jan 2015 09:54:01 -0700 (MST)
From: craigmcd <craigmcd@gmail.com>
To: cygwin@cygwin.com
Message-ID: <1420649641510-114101.post@n5.nabble.com>
In-Reply-To: <1420649032665-114100.post@n5.nabble.com>
References: <749072ebc592c8a0a63ff0ad93a54c37.squirrel@webmail.xs4all.nl> <loom.20150102T221535-71@post.gmane.org> <54A766F1.4020907@cygwin.com> <loom.20150105T222221-580@post.gmane.org> <1179247580.20150106021111@yandex.ru> <0E474E63673B5F42B9A1936D69641AF96BC8CF@055-CH1MPN1-003.055d.mgd.msft.net> <1420649032665-114100.post@n5.nabble.com>
Subject: RE: SSHd configuration problems (System error 1376) - CONFIRMED
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Forgot to add that you need to do this after making those changes:

Clean up the mess ssh-host-config previously created:

cygrunsrv --stop sshd
cygrunsrv --remove sshd
net user sshd /delete
net user cyg_server /delete
edit /etc/passwd and /etc/group to remove cyg_server and sshd
rm -rf /etc/ssh*
sc delete sshd

...and rerun ssh-host-config:
ssh-host-config -y




--
View this message in context: http://cygwin.1069669.n5.nabble.com/Re-SSHd-configuration-problems-System-error-1376-CONFIRMED-tp113955p114101.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
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

