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: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 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-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: <20190213103200 DOT GK3718 AT calimero DOT vinschen DOT de> <20190213122509 DOT GL3718 AT calimero DOT vinschen DOT de> <20190213161029 DOT GY3718 AT calimero DOT vinschen DOT de> <20190213162614 DOT GA3718 AT calimero DOT vinschen DOT de> In-Reply-To: <20190213162614.GA3718@calimero.vinschen.de> From: Bill Stewart Date: Wed, 13 Feb 2019 10:43:18 -0700 Message-ID: Subject: Re: sshd: computer name's case must match? To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Wed, Feb 13, 2019 at 9:26 AM Corinna Vinschen 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 AT computername however this didn't work: ssh computername+username AT 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