X-Spam-Check-By: sourceware.org Message-ID: <81aa6b5a0706111753h66ad616fn5492e9c03d9612d9@mail.gmail.com> Date: Mon, 11 Jun 2007 20:53:49 -0400 From: "Brian Minton" To: cygwin AT cygwin DOT com Subject: permissions on /proc/self/fd, process substitution, heredoc MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: f3e3a6311e3f1ea6 X-IsSubscribed: yes 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 hi. I am trying to add a ssh key from process substitution and a heredoc, and I am getting the following message: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0666 for '/proc/self/fd/63' are too open. It is recommended that your private key files are NOT accessible by others. This private key will be ignored. here is the code I am trying to run: ssh-add <( cat << EOF -----BEGIN RSA PRIVATE KEY----- [snip] -----END RSA PRIVATE KEY----- EOF ) this works in linux. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/