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=xCAYqrI
	4L04N0B25nuLtk0SIyBHI2Og4B72q8hF9pC+Vl5pxsC65AVPlklo2Kztp8pLkMe1
	oCSHW8cPu0fg8C2bVeAckNAv8o9q1Iq11eEgYRr3hN0VbsfZy9zNfjHJ6whIhGat
	4WY+uuVwrCABLjzmDngmoVMpLxo6qdhjbYf8=
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=Q7E2ka0hfH1dN
	G+B+9D3m/YgZEU=; b=J/Gvdwm8/tEkTwJe+nCbKHbmqQfkzlkGrDmVE0bg7w7bF
	vn5zw+04SDLzRctRX/dZ5FTNFJfGMPnku94FB36lBdtQv6c40kAr95yBEkGW4Zc0
	rTc/9pQ9Aj49eMHRqWojI30eVPuEESnXOwpCqcQ1Rasfd4IyICSG50HO0W83hg=
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=sk:interop
X-HELO: mout.gmx.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com;	s=dbd5af2cbaf7; t=1550079812;	bh=FrKO25dWh48ol1m+Hn6EYV4ksmA7sZqdGp43PU/RlbY=;	h=X-UI-Sender-Class:References:In-Reply-To:From:Date:Subject:To;	b=E9uGhlh+tCgecmy8UzL4ea0BvFUESIVpX39jEH/pqx/qXoHLU58GizVByvdg5/m4w	 izP7JxEyLEVlb80dRDlKxno0Li9zbRRYkOWE5r5MuX2bFf1x5XRpm0gvV31iyQE++h	 paxuzzzeo8bjfclpuhssMoibHF3hRacfliC6kGSU=
X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79
MIME-Version: 1.0
References: <CANV9t=QxA_FW-3OCZuYFJpxrekbO8Yc-WsnxGLiyc0Bqz=fPUw@mail.gmail.com> <20190213103200.GK3718@calimero.vinschen.de> <20190213122509.GL3718@calimero.vinschen.de> <CANV9t=TW6Kwxo9pN=3Hp8Yzi5A4i2qQpiLoGyEqxR5rq7vu5pA@mail.gmail.com> <20190213161029.GY3718@calimero.vinschen.de> <CANV9t=RiBTNsGUwEf6BS9A6b=fMcHeiGD_RDOueKHJ5c9Zwe_g@mail.gmail.com> <20190213162614.GA3718@calimero.vinschen.de>
In-Reply-To: <20190213162614.GA3718@calimero.vinschen.de>
From: Bill Stewart <bstewart@iname.com>
Date: Wed, 13 Feb 2019 10:43:18 -0700
Message-ID: <CANV9t=RmEik5VN-Zebc5h+9JUqYZL0QO5RP0UH5F--=zX8NkYg@mail.gmail.com>
Subject: Re: sshd: computer name's case must match?
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

On Wed, Feb 13, 2019 at 9:26 AM Corinna Vinschen
<corinna-cygwin@cygwin.com> wrote:
> No, that was a bug.  With case insenitive usernames, the pattern
> matching in OpenSSH won't work and you create a potential security
> problem.

I see - interoperability issue.

Therefore it becomes imperative on the Windows side to match username
case exactly and we need to explain this.

However I would say that the case of the domain or computername
shouldn't matter?

I just tested with cygwin1.dll (13 Feb 2019) and this worked:

ssh COMPUTERNAME+username@computername

however this didn't work:

ssh computername+username@computername

Am I not understanding something?

Thanks!

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

