Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3A0F3199.44D21A21@redhat.com>
Date: Mon, 13 Nov 2000 01:11:05 +0100
From: Corinna Vinschen <vinschen@redhat.com>
Reply-To: cygwin@sources.redhat.com
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.14-SMP i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: cygwin <cygwin@sources.redhat.com>
Subject: Re: OpenSSH Strangeness on Windows 2000
References: <diot0tc7s8h8iv4ort0q6o1b547a1kdld8@4ax.com> <3A0EFE05.34137875@redhat.com> <gm8u0tk5b09li0ui2c7dou3gd1fnjams62@4ax.com> <3A0F2986.E7AF3FDF@redhat.com> <kkau0tkb4hbdahlpuokboqpmrccnuqmq7j@4ax.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Lee Thompson wrote:
> -rw-r-----   1 everyone None          995 Nov 12 00:25 ssh_config
> -rw-------   1 everyone None          668 Nov 12 00:25 ssh_host_dsa_key
> -rw-rw----   1 everyone None          613 Nov 12 00:25 ssh_host_dsa_key.pub
> -rw-------   1 everyone None          537 Nov 12 00:25 ssh_host_key
> -rw-rw----   1 everyone None          342 Nov 12 00:25 ssh_host_key.pub
> -rw-------   1 everyone None         1035 Nov 12 00:25 sshd_config

Did you add `system' to the users which have access to the files?
Try
	setfacl -m u:system:r-- /etc/ssh*

to add read permission to `system'. I'm assuming that you have a
well defined /etc/passwd file.

If that doesn't work (or you don't want to work with complex ACLs)
change ownership of the private key files to `system'.

If that doesn't work either send the contents of your sshd_config file.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@redhat.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

