delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/02/13/13:22:12

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=Escnw4H
qmqvH/rx00G8ARrwVruQSkfJ21/YM3N2Y6KLQx4DjTd0SEzYRMzt5nnyV1OqoS/r
tLOWDXrlD1NZ5XGTaq9PzZ9mNthrTdj1CQyNKikJw07FIx3z7foUhwofu59HafH+
nNI4x+rm9vE3EnT5EP5FjWY3sEq/0cKVsMss=
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=ZQl6ZQjFa6N2j
XrDNsLCj6XyxfM=; b=wSvI1zPuzMa1zt0ncHAAUkS3v5T6OhhKaoc1Tt9OXWhQU
h7aIVi+jPBPmYWPuKZ6K1AeBhnqclrWpoIDsk/72YjcOMkpb6c41SZnVOHEN3FXx
MjXZwmniVzBDme/CyqzBxl6i+OCntqF2TSNtrDhOLag+QSlQpzxjoDZYqXiN6w=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=
X-HELO: mout.gmx.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com; s=dbd5af2cbaf7; t=1550081607; bh=NAIjWkyG7OHpzmHD90pXWNDdHCfwDURKdf+rhars6CQ=; h=X-UI-Sender-Class:References:In-Reply-To:From:Date:Subject:To; b=iVWE8WnlyyJAu+VmekNK/CuYyvk9n5Ib8tini9dLYZUSxH17c2xh4Q1rQPwQhSdMg GBsx6zx4AmikxFYkEFmP1W6MSxGqCQodGN7Uqy0u8lOqph5TLEeVfZxjQRv8XPQ4Wi Tza9fO9Xr+aBYzn1l46hPs+fffRdYkm+3mC5FM68=
X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79
MIME-Version: 1.0
References: <CANV9t=QxA_FW-3OCZuYFJpxrekbO8Yc-WsnxGLiyc0Bqz=fPUw AT mail DOT gmail DOT com> <20190213103200 DOT GK3718 AT calimero DOT vinschen DOT de> <20190213122509 DOT GL3718 AT calimero DOT vinschen DOT de> <CANV9t=TW6Kwxo9pN=3Hp8Yzi5A4i2qQpiLoGyEqxR5rq7vu5pA AT mail DOT gmail DOT com> <20190213161029 DOT GY3718 AT calimero DOT vinschen DOT de> <CANV9t=RiBTNsGUwEf6BS9A6b=fMcHeiGD_RDOueKHJ5c9Zwe_g AT mail DOT gmail DOT com> <20190213162614 DOT GA3718 AT calimero DOT vinschen DOT de> <CANV9t=RmEik5VN-Zebc5h+9JUqYZL0QO5RP0UH5F--=zX8NkYg AT mail DOT gmail DOT com> <20190213175541 DOT GE3718 AT calimero DOT vinschen DOT de>
In-Reply-To: <20190213175541.GE3718@calimero.vinschen.de>
From: Bill Stewart <bstewart AT iname DOT com>
Date: Wed, 13 Feb 2019 11:13:12 -0700
Message-ID: <CANV9t=S6zO_qXBrUALxTCKPCPkXfgc-6FFchV_prbkMyD7GpRA@mail.gmail.com>
Subject: Re: sshd: computer name's case must match?
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On Wed, Feb 13, 2019 at 10:56 AM Corinna Vinschen
<corinna-cygwin AT cygwin DOT com> wrote:
> The complete string "domain+samaccountname" is the Cygwin username,
> see the output of `getent passwd <user>' The entire Cygwin username
> should always use the same case, otherwise case sensitive pattern
> matching on the name returned in the passwd name field won't work.

Thank you. Just so I understand the specifics of when I want to
specify the 'destination' parameter using ssh:

(a) Domain or computer name portion to the left of the "+" must always
be uppercase

(b) Username after "+" sign (or username alone, without "+" sign) must
match case exactly

Questions:

1. Are the above two statements (a) and (b) complete/correct?

2. With regards to (a), are there any cases where the domain or
computer name is not uppercase?

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019