[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Adopting unversioned directory on svn up

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 22 Nov 2016 09:42:48 +0000

Olaf van der Spek wrote on Tue, Nov 22, 2016 at 10:19:06 +0100:
> On Tue, Nov 22, 2016 at 10:11 AM, Stefan Sperling <stsp_at_elego.de> wrote:
> > Subversion does not version file permissions. You may end up with
> > sensitive files being readable by users other than root (e.g. files
> > such as SSH private host keys).
>
> I'm only versioning 'public' / safe files. And SSH private keys aren't
> in /etc AFAIK, they're in home dirs.

Users' keys are in their homedirs, but host keys are in /etc:

-rw------- 1 root root 668 Jul 6 2014 /etc/ssh/ssh_host_dsa_key
-rw------- 1 root root 227 Jul 6 2014 /etc/ssh/ssh_host_ecdsa_key
-rw------- 1 root root 1675 Jul 6 2014 /etc/ssh/ssh_host_rsa_key
Received on 2016-11-22 10:47:25 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.