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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=bq feh33jhqCsFfO3C8y2Foa9RByeU3vai1lbAPw4CVg6CA2Vt7ZfF9GnEvfosd21cj G2Rk3qbjBur1Cgctg53R8fVvOewMzOb/EYYO5+VT7xqBSgmj9o0uCu8G0paV3xpy 9IDqd+mC75itqIWnqak+8nxxSIAzuhBuoBHr6Mo7Q= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=ZwIk5Vsr oQ48S5nL6/KcreXk0cw=; b=k/iz1y6jhl1xVoKw0/ZTn5KT11ncdVthSkbJyziQ OM0Mfsj1IRBoo0akX8xu+MyRkU6mqmiE6QMwP6D6AjpjZE8f2IcqZrhiyMDZ0JfF i3JOkAkHiVbsXuKvBi5DybX1eYWnV5FpIBpcesf6pXW4RT6CRVPy689VR79lB0ir M0A= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SCAM_SUBJECT,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-qa0-f54.google.com MIME-Version: 1.0 X-Received: by 10.224.123.137 with SMTP id p9mr30511554qar.39.1395087829130; Mon, 17 Mar 2014 13:23:49 -0700 (PDT) In-Reply-To: <530B6ED1.2060003@cse.yorku.ca> References: <5307BB89 DOT 80405 AT cse DOT yorku DOT ca> <5307BDDA DOT 4040309 AT cygwin DOT com> <530B6ED1 DOT 2060003 AT cse DOT yorku DOT ca> Date: Mon, 17 Mar 2014 16:23:49 -0400 Message-ID: Subject: Re: Silently configure sshd fails via system account From: Lord Laraby To: Cygwin Mailing List Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes I am also having serious issues with sshd-host-config. I ran it right from the command line, from the built-in administrator account. It failed to start with no message in the Event Log. But, the /var/log/sshd.log said none of the keys were properly secured and refused them all. I chmod'ed them all, tried again, failed again. This time it was that /var/empty was wrong. I had just gotten done installing cygserver, so it was no surprise that cygserver (who had permission to /var/empty before sshd-host-config) no longer had any permissions. It was already started, however. So, I check and it was owned by 'sshd' and group 'Administrator'. The problem was that the config program never set the required permissions. The message was "/var/empty must be owned by root and not group or world-writable." Nice, there is no 'root', so I renamed Administrator to root. Still no go. So, I changed the permissions to be very strict (700). You'd think that would fix it? Nope. So, I thought maybe it wants group 'root', too. So, I renamed Administrator in /etc/groups to root. Still, not working and same message. I then was getting all kinds of weird messages from 'ls' about group-id conflicts. It's getting worse, I thought. Short of removing everything and starting over, I rebuilt /etc/passd and /etc/group with mkpasswd and mkgroup. Then, I changed the owners to sshd again and group Administrators with mode 600. It fails again. I thought, "maybe I need to use elevated cygwin, rather than Administrator account." So, I tried all those steps with that account. Locked myself out of the /var/empty directory so I had to take ownership and start all over. I cannot understand how to do what it wants in order to start. Any help would be appreciated. I can send cygcheck.out if desired. This is Windows 8.1 ver 6.3 -- 64-bit. Cygwin (64-bit) is installed in a USB hard drive K:\cygwin and I recently did an update by running setup and not selecting anything new. I have run sshd successfully on Win7 computers and older. This is a new one for me. -- 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