1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

Added ssh key generation upon installation for root user.

Signed-off-by: Bernard `Guyzmo` Pratz <guyzmo+github@m0g.net>
This commit is contained in:
Bernard `Guyzmo` Pratz 2016-01-14 19:38:33 +00:00
parent 72042bc3d5
commit bef82364d6

View File

@ -144,6 +144,9 @@ pollinate -q -r
# Between these two, we really ought to be all set.
echo 'Creating SSH public key... (might take a while)'
ssh-keygen -t rsa -b 8192 -f /root/.ssh/id_rsa -N '' -q
# ### Package maintenance
#
# Allow apt to install system updates automatically every day.