This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unprotected private key error.


At 01:52 PM 3/28/2005, you wrote:
>Hi Cywin users,
>I have installed Cygwin on my windows machine that is on a domain. I am trying
>to rsync to a linux machine. This is the error i get when i run the rsync
>command with ssh enabled. I guess the problem is because the Cygwin is
>installed on a shared network drive. Is there any turnaround for this.
>
>Thanks
>Walter.
>
>WARNING:UNPROTECTED PRIVATE KEY FILE
>Permission 0644 for '/cygdrive/z/.ssh/id_dsa' are too open.
>It is recommended that your private key files are NOT accessible by others.
>This private key will be ignored.
>bad permissions:ignore key: /cygdrive/z/.ssh/id_dsa
>Enter passphrase for key '/cygdrive/z/.ssh/id_dsa':


What would be wrong with removing the read permissions for the groups and 
others positions (i.e. 'chmod go-r /cygdrive/z/.ssh/id_dsa')?  That's at 
least what's causing the initial warning and the fix that's implied by 
the above message.


--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]