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: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 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-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 Reply-To: cygwin AT cygwin DOT com Message-ID: <1146712625.20150221184558@yandex.ru> To: =?utf-8?Q?Fernando_C=C3=A9sar?= , cygwin AT cygwin DOT com Subject: Re: db_prefix=none In-Reply-To: <54E85DED.9090608@gmail.com> References: <54E7CCAC DOT 8000001 AT gmail DOT com> <198950221 DOT 20150221034946 AT yandex DOT ru> <54E85DED DOT 9090608 AT gmail DOT 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 > ... ... > 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 AT yandex DOT ru) 21.02.2015, <18:41> Sorry for my terrible english...