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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=w8 rk/n31zjWol0znzcfcduhtmHTsav7FHPicPBPBaNjz30qo91TWTHt5rB2xlPlulM QQ8mSqL8FhHICpGpdMM26al9awXCgopzebJzRK/aReN7K+hFVsL5zg7hJt1Hb7yp WyivkDhlAaAIijy9eA57c1q2lbZ2kQqnQ6z7CpfxQ= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=6Q9oDiJp TYMiyIsCKtMQxkwPoIc=; b=cP/22pPyuPbJiCixqX+3crXufSqPKVJr7XwfwFEw kewzd2Dj12QhoMmOPNN0zrpyFez7j5wTx9kIbXu1v5RoILmRFo0IkAVIi1Fc3qiW Xq9AOuTRMewIjpXv9siCi0QZ4FP/mPAujL3o139qnb6mhpUAOtBtGi9ILS/3RFMx dfw= 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.4 required=5.0 tests=AWL,BAYES_50,KAM_INFOUSMEBIZ,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: alum-mailsec-scanner-4.mit.edu MIME-Version: 1.0 X-Received: by 10.50.97.41 with SMTP id dx9mr2448559igb.1.1429273625590; Fri, 17 Apr 2015 05:27:05 -0700 (PDT) In-Reply-To: References: <20150417103517 DOT GV3657 AT calimero DOT vinschen DOT de> Date: Fri, 17 Apr 2015 06:27:05 -0600 Message-ID: Subject: Re: TEST RELEASE: Cygwin 2.0.0-0.7 From: Jim Reisert AD1C To: The Cygwin Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes There's still something funky going on. ssh won't recognize my ~/.ssh/config file. With my existing passwd and group files, I get this error (notice that the warned permissions are different that what "ls" reports): -rw-------+ 1 Jim Reisert None 205 Apr 17 06:19 .ssh/config [JJR:~] $ ssh ad1c @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for '/cygdrive/D/home/.ssh/id_rsa' are too open. It is recommended that your private key files are NOT accessible by others. This private key will be ignored. Load key "/cygdrive/D/home/.ssh/id_rsa": bad permissions If I move both passwd and group out-of-the-way, the config file is not recognized at all! -rw-------+ 1 Jim Reisert None 205 Apr 17 06:19 .ssh/config [JJR:~] $ ssh ad1c ssh: Could not resolve hostname ad1c: Name or service not known -- Jim Reisert AD1C, , http://www.ad1c.us -- 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