From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9560 invoked by alias); 11 Apr 2014 03:47:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 9546 invoked by uid 89); 11 Apr 2014 03:47:37 -0000 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 Received: from etr-usa.com (HELO etr-usa.com) (130.94.180.135) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Apr 2014 03:47:29 +0000 Received: (qmail 38818 invoked by uid 13447); 11 Apr 2014 03:47:27 -0000 Received: from unknown (HELO [172.20.0.42]) ([68.35.121.157]) (envelope-sender ) by 130.94.180.135 (qmail-ldap-1.03) with SMTP for ; 11 Apr 2014 03:47:27 -0000 Message-ID: <534765CE.1090009@etr-usa.com> Date: Fri, 11 Apr 2014 03:47:00 -0000 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.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 X-SW-Source: 2014-04/txt/msg00288.txt.bz2 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