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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=ewXCbcljRb3q6sG1
	ZGP8yGEXhaBuPArV5vlLS3LX6u8FW2Xbwj9x1VLuXlqC8jMszTHPsm0VlEno6Ce1
	b4qyuVIV5f1fnimoV7zjJ0mOL66NqHYIsmcwf06yKIcWQ4IcQRXS/BgT4pfW5XNg
	50NOAC899LmNdxjVUaMH0AhARKM=
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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; s=default; bh=sTht9LkeAwcWlZOzwzM4KE
	DQoXE=; b=nsJG85dAKK6/itdR9LQrhdZhyav/NNOLDV5SEbODHLD7rtpX00Mem+
	7jlHs6eMXmPir0XPeaM6lfJR91Hq5RnmPDoD0IX+sJgJInHWygVF0jJ2Dbd8u532
	MMyZ2f4ecqVD9YWdCDu1bwUiwT7lIs83fPwME/2Aol6Icm+EdDS1g=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=3.5 required=5.0 tests=AWL,BAYES_60,FREEMAIL_FROM,KAM_BODY_URIBL_PCCC,KAM_FROM_URIBL_PCCC,KAM_THEBAT,MIME_BASE64_BLANKS,RCVD_IN_JMF_BL,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: smtp.ht-systems.ru
Date: Sat, 21 Feb 2015 18:45:58 +0300
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <1146712625.20150221184558@yandex.ru>
To: =?utf-8?Q?Fernando_C=C3=A9sar?= <fc.mcmlxxix@gmail.com>, cygwin@cygwin.com
Subject: Re: db_prefix=none
In-Reply-To: <54E85DED.9090608@gmail.com>
References: <54E7CCAC.8000001@gmail.com> <198950221.20150221034946@yandex.ru> <54E85DED.9090608@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t1LFot2v004756

Greetings, Fernando César!

>>> So I spent part of the afternoon dealing with a problem resulting from
>>> incompatible behavior from the last version of CygWin. (I know, I should
>>> have read the *CHANGES*).
>>> The problem is I manage a lot of PC's by ssh, using cygwin. All machines
>>> belong to the same AD, have different names, but the same Administrator
>>> user. However, now each ssh connection needs a different user name.
>> Wait, what? Please clarify this part. I don't get it.
> So, I manage a lot of PC's (associated with an Active Directory) using 
> cygwin and ssh
> PC1, PC2, PC3...
> I used to be able to login to any of them with
> ssh PC1
> ssh PC2
> ssh PC3

> using the same user: sysadmin.

> I have my ~/ssh/config file configure like this
> Host PC*
>       Username sysadmin
>       ... <rest of the configurations> ...

> The problem now, is that each PC has a different user. Instead of sysadmin:
> PC1+sysadmin
> PC2+sysadmin
> ...

Why not use single domain user instead of creating local user on each machine?

> So, it's more problematic to ssh to each machine.

That's because you are doing it wrong, to begin with.
If all systems are in same domain, there's no reason to create local users on
them at all.

> Programs like clussh, that allow to issue a command to run in every machine
> will be harder to use.

Why I don't have any problem with it?

> I was wondering if there is a possibility of getting the old user names 
> back, without the prefix.

See the end of my previous message: you're overcomplicating things that are
essentially simple.
Use one user to manage one domain, not tens of users.



--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 21.02.2015, <18:41>

Sorry for my terrible english...

