Re: [Dev] Something is wrong with the git server...

2013-07-08 Thread Nicolás Reynolds
Jorge Araya Navarro writes: > $ chmod a-rwx > $ chmod u+rwx > > and fixed :P a .ssh/ and .ssh/authorized_keys with correct permissions should be available for all users. this change should be made on /etc/skel from filesystem (better than having to repackage openssh) also enabling ipv6 privacy

Re: [Dev] Something is wrong with the git server...

2013-07-08 Thread Nicolás Reynolds
Jorge Araya Navarro writes: > woot? I have a little problem with the git server... Permissions 0755 for '/home/jorge/.ssh/id_rsa' are too open. It is required that your private key files are NOT accessible by others.