mmatuska/mfsbsd

authorized_keys should be 600

Opened this issue · 1 comments

mfsbsd/Makefile

Line 404 in 24798f3

${INSTALL} ${CFGDIR}/authorized_keys ${_DESTDIR}/root/.ssh/; \

Should force 600 when installing.

This is probably not an issue, the "authorized_keys" file contain only public keys and there is no recommendation make it user readable (like a private key).