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 <s...@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