Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Server-Uuid: cda7734f-06b2-11d3-bc59-00805fbb2b22 Message-ID: From: "Colliver, Robert" To: "'cygwin AT cygwin DOT com'" Subject: key permission problem $CYGWIN=ntea, OPENSSH Date: Thu, 1 Nov 2001 09:42:55 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 17FFA41B59373-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit After I set $CYGWIN=ntea I'm getting strange results chmod'ing files. Specifcally my .ssh/id_dsa private key file for openssh. It needs to have -rw------- permissions, but I'm seeing this: $ export $CYGWIN=ntea $ chmod 600 id_dsa $ ls -l id_dsa -rw-r--r-- 1 Administ None 736 Oct 29 13:05 id_dsa At which point SSH fails because it thinks the key file is world readable. So for grins I do this: $ export $CYGWIN="" $ chmod 600 id_dsa $ ls -l id_dsa -rw-r--r-- 1 Administ None 736 Oct 29 13:05 id_dsa Now SSH is perfectly happy... But I can't figure out why. Is the flat file that hold the extended attribute for "ntea" corrupted? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/