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:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=VGjcj5v
	1OGCeUzXhbCXQ78oz3dntoMSXgZeTKV23zJaaRd8Q3uNx8V9objy+GDzlCJ0TTd8
	LCewnfggSRAJGqVHpLh869i2FbBHYcwVnsjnMwIhREfCaZPZf69g7DPXsi7lnMn0
	hHbXZu92u3rtw9qtUxv4tG7Gn9tkrxtc9kS8=
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:references:in-reply-to:from:date
	:message-id:subject:to:content-type; s=default; bh=62gjBbI/rU3Wp
	lsJ5veUgH+Xn/Y=; b=kon/InNB+9qNrehvafC9ypIlZPXGZwdUEErNzEJSL0Y6m
	VQKyG3bg9z6hQ3Ix4miHICQ9wJGW+PVWEVckB4qYnHPj9Rbyy9O697JBwwTMOIad
	4lfs9fEr9kZo4lGiY4TW42JB2xawhD7nKp4Mhe5Hs5HQYcEaOQgSkAbPcCwDDY=
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-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:838
X-HELO: mout.gmx.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com;	s=dbd5af2cbaf7; t=1550698453;	bh=lZmpSOXtyD1iZB21UUnceFKGCx4fwyytgJFtU5NHS4Y=;	h=X-UI-Sender-Class:References:In-Reply-To:From:Date:Subject:To;	b=KpuYRGAF8fWmd04ebJHT5IXbYU/CiLS5rl22ST95+l2piwvG48diMjQK1QoJ7JFSl	 RX33IFmYu6DTboZCkvtQHMHqa05H73HALdUf0uqNS+71vD4Rx5G3Aa9kx2ObPtzUeS	 3J0YrVPnUCWvVhpg7zchxcque8fFRxHHhw3Bb8jI=
X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79
MIME-Version: 1.0
References: <19759126.568100.1550686604174.ref@mail.yahoo.com> <19759126.568100.1550686604174@mail.yahoo.com> <alpine.DEB.2.21.1902201038580.32163@ckhb05> <47883ab06634fed3ecdaa375016dc3fb@smtp-cloud8.xs4all.net> <20190220202536.GX4256@calimero.vinschen.de>
In-Reply-To: <20190220202536.GX4256@calimero.vinschen.de>
From: Bill Stewart <bstewart@iname.com>
Date: Wed, 20 Feb 2019 14:33:57 -0700
Message-ID: <CANV9t=Re6YWx8S9Ee3-zT4QM8BhMXfAKSDu1VJBGRDFzjVnwBg@mail.gmail.com>
Subject: Re: cygwin 3.0.1-1 breaks my sshd install
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

On Wed, Feb 20, 2019 at 1:25 PM Corinna Vinschen wrote:

> Sorry guys, but I can't reproduce this problem at all.  I tested ssh
> login on Vista, W7 and W10 1809, in each case on 64 bit and under
> WOW64.  On all systems I can login with domain as well as local
> accounts.
>
> For completeness sake I started sshd under SYSTEM as wel as under
> cyg_server account and every time it just worked.
>
> The only reason for failing logins coming to mind is the case of
> the usernames.  It must be written *exactly* as returned by
> `getent passwd'.  I.e.:
>
>   $ getent passwd | grep -i foo
>   MACHINE+Foo:*:197608:197121:U-MACHINE\Foo,[...]
>
> You have to login like this:
>
>   $ ssh MACHINE+Foo
>
> This will not work:
>
>   $ ssh machine+foo

Same here. Can't reproduce either. Works fine for me.

Bill

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

