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:to:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=UbXW 5gXpBq9iFTcbG2DyOkdDorHwmwuFaNyb/wcmEIQJxGkZswBkKp4P8W1HSdn5r4BE HngtAzfHf5GkL3iHRHwKZyYLfksfhgS5421JWQXhGmQEfsxjRSk/1NxaOkxgMQxT gYSgpu4BMQAjBSQFpC7L+TaOaIeymIm+KZZsw6Q= 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:to:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=BpqH+bgB6Q QILaGjrz9O+TJmh20=; b=ccQEhnyeDHB5AedzAEv49eV3ILnmZR2I7swYFAmMTC 0e5p2CM59+gGPE4iR1+MZRrON1VZkgnZe/NwKaEVUNVkY1234y3i1zIEwNN/KwvO 0xk6z/CXWy9bGuO5DQkWNpokr+ps3iJhVrFjrchXnNZ4FJ7pBr9ykNUjAVvjzBsY 8= 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=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mail104.syd.optusnet.com.au Date: Fri, 11 Apr 2014 16:20:05 +1000 From: Duncan Roe To: cygwin AT cygwin DOT com Subject: Re: Still testing needed: New passwd/group AD/SAM integration Message-ID: <20140411062005.GD23945@dimstar.local.net> Mail-Followup-To: cygwin AT cygwin DOT com 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> <534765CE DOT 1090009 AT etr-usa DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <534765CE.1090009@etr-usa.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=eojmkOZX c=1 sm=1 tr=0 a=+cDhJlqnNvz9E7c5l3ERGg==:117 a=+cDhJlqnNvz9E7c5l3ERGg==:17 a=y26AOypDAAAA:8 a=PO7r1zJSAAAA:8 a=M1kyBYkWWGkA:10 a=XmumXOki5r0A:10 a=kj9zAlcOel0A:10 a=iaFubHWvAAAA:8 a=PyzJ8Npp50R055pTi2wA:9 a=CjuIK1q_8ugA:10 X-IsSubscribed: yes On Thu, Apr 10, 2014 at 09:47:26PM -0600, Warren Young wrote: > 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. > I don't want to switch to ssh. rsh is in an expect script, so providing ssh options every time would not be a problem. But I want to use 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