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: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 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=-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 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 Subject: Re: Still testing needed: New passwd/group AD/SAM integration References: <20140410145323 DOT GB2437 AT calimero DOT vinschen DOT de> <5346E623 DOT 5000406 AT etr-usa DOT com> <20140410191120 DOT GL2437 AT calimero DOT vinschen DOT de> <20140411021652 DOT GC23945 AT dimstar DOT local DOT 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