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:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=mmVFSrDCfUB1B7lld+udMkp3y6voeB2cfhFTf3VaZEPhfNwwu23Li 28zTFCGoQAvXHOBMcnMjGVAOIF/+hR9s7rRISC/vs61xLRnLWw/V1D0/UyWGC6lo k/XOAU1Oroh53stv6bTL+aPNPmTBpbXXyLZk3JbcKmeThgswkSmZxE= 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:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=MpFIyMACGrAGKVUSMuQj77c242k=; b=fPeDbYYtE48VVKKQMnWa8BsuxSHK 6kC+I+pvY9lPTgDFvD/ktWbd9b6UFwjjy+9UfBdaCbr1f6lwWwHsJ6G6xPcINI4d adDZLCLVTz66YFEbJXUxLtL2xSeZZ7xMNuhUWCtSdm8zYsu3ipWbLRQfEqGUwz1N JgcfjRlBoxPw210= 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: Yes, score=5.3 required=5.0 tests=AWL,BAYES_50,FSL_HELO_NON_FQDN_1,HELO_LOCALHOST,RCVD_IN_PBL,RCVD_IN_RP_RNBL,RCVD_IN_SORBS_DUL,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mho-01-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/ltSXzO0Haq7jI7mLpsfNJ Date: Sun, 15 Sep 2013 22:01:37 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: SSH key directory defaulting to non-Cygwin SSH client location Message-ID: <20130916020137.GA861@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) On Sun, Sep 15, 2013 at 02:37:39PM -0500, J J wrote: >I recently had to reinstall cygwin on my Windows 7 laptop and am now >having trouble getting passwordless ssh to work from my laptop to >remote hosts. I have another ssh client, Reflections, installed, and >Cygwin insists on using that directory for the ssh key. I would like >to use a separate .ssh directory but can't figure out how to work >around this behavior. > >Here's my home directory that the shell opens to. This is also in >/etc/passwd of course: >/home/jd2013 pwd >/home/jd2013 > >Here's what happens when I try to generate an RSA key file: >/home/jd2013 ssh-keygen -t rsa >Generating public/private rsa key pair. >Enter name for key file: jd2013 >C:\Users\jd2013\Documents\Attachmate\Reflection\.ssh\jd2013 already exists. >Overwrite (y/n)? n There is no way that Cygwin ssh-keygen would display a MS-DOS path. It's pretty obvious that you're running the "another ssh client" version. cgf -- 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