package/dropbear: add warning about volatile keys
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 25 Aug 2015 21:43:33 +0000 (23:43 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 30 Aug 2015 20:05:29 +0000 (22:05 +0200)
commit8012250b86dc5c7fa9a882c82ae5364a6ede3512
treecc68abd7fff47d9512f31104d333ed8de79e3ec2
parentaca921d2affb2e59db828da5ef7c09356d022d89
package/dropbear: add warning about volatile keys

When the rootfs is read-only, keys will be generated in a volatile
location, which is inherently bad as host keys will change on each boot,
rendering them virtually useless.

Add a warning so the user is at least aware of the issue.

Hide the rm output to avoid noisy output, now that we have a proper warning.

Move the starting message after the symlink-block, to avoid messages
collision. Move the umask as well, since /etc/dropbear/ may be world
readable; just the private host keys should be ?00 (and dropbear handles
that by itself).

[Peter: minor tweaks to commit message]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dropbear/S50dropbear
package/dropbear/dropbear.service