Talk:Build the Viewer on Windows
Revision as of 23:54, 28 January 2015 by Nicky Perian (talk | contribs) (Created page with "Section Cygwin Add--> Net/openssh copy ssh keys Copy ssh keys to C:\cygwin64\home\[username]\.ssh at first use this may come up "Permissions 0755 for '/home/bill/.ssh/i...")
Section Cygwin
Add-->
Net/openssh
copy ssh keys
Copy ssh keys to C:\cygwin64\home\[username]\.ssh
at first use this may come up "Permissions 0755 for '/home/bill/.ssh/id_rsa' are too open."
Fix it with:
cd /home/[username]bill/.ssh chgrp Users id_rsa chmod 600 id_rsa
Nicky Perian (talk) 23:54, 28 January 2015 (PST)