Talk:Build the Viewer on Windows: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
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..."
(No difference)

Revision as of 00:54, 29 January 2015

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)