Talk:Build the Viewer on Windows

From Second Life Wiki
Revision as of 00:54, 29 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)