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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=Pz5fgLxAD2aOJ2Mt3QH5xYcrhCfpXt47LqSs9tfOJ4W
	/DWTspmsYNJxIPZLn6NiLqFjrRqCvZ5TctNa5tACHOoBEaR9TDwFtep6nZC8GY4L
	0dDGHv1a4pNnLFEYChgZUdef6gtyZEYJEeJWCEv0m7CFxpBZhHHf9I71boEaj+nY
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=j5GVbmb6fkAKZKhc8jnFH1SYX3Q=; b=nxxLIxnNzGTHUKSVm
	nCbH0THL3nfv+U+R8w0nQFsXj/c25sr/QRmbAnCQx7lxulh6mkWzJiGmivYVIKUF
	BgrNitpZXpQC7VzUBqPB2ULRdWWzCR6wKbmAmRFjOPEEgDf+VrA4+XkD5+tcdLmk
	39d1GwykicIghWRknhuqXpWTBU=
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=-1.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: etr-usa.com
Message-ID: <534765CE.1090009@etr-usa.com>
Date: Thu, 10 Apr 2014 21:47:26 -0600
From: Warren Young <warren@etr-usa.com>
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: Cygwin-L <cygwin@cygwin.com>
Subject: Re: Still testing needed: New passwd/group AD/SAM integration
References: <20140410145323.GB2437@calimero.vinschen.de> <5346E623.5000406@etr-usa.com> <20140410191120.GL2437@calimero.vinschen.de> <20140411021652.GC23945@dimstar.local.net>
In-Reply-To: <20140411021652.GC23945@dimstar.local.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 4/10/2014 20:16, Duncan Roe wrote:
> Yes, I'm one of those users. I need my login name to match the Linux systems so
> I can use rsh and not be challenged for a password when the cygwin host name is
> in ~/.rhosts

If you switch to SSH, you can solve this by putting this into your 
~/.ssh/config file:

      Host myremotehost
          User duncan_roe

That is, you can override defaults (like login name) on a per-connection 
basis.  Anything you can pass as an option to ssh(1) can be changed 
here, so you don't have to keep providing the option.

With pre-shared keys, I don't think you'll see a difference in behavior 
relative to rsh.

--
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

