ssh: Add comment about regenerating SSH keys

Closes #1230.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2018-03-22 12:04:43 +05:30 committed by James Valleroy
parent 59c64e7872
commit b057a57dec
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -52,7 +52,17 @@ def parse_arguments():
def subcommand_setup(arguments):
"""Setup Open SSH server."""
"""Setup Open SSH server.
Regenerates deleted SSH keys. This is necessary when FreedomBox image is
being used. During the image building process the SSH keys are removed and
start OpenSSH server fails without the keys.
If the keys already exist, do nothing. This is necessary when a user
installs FreedomBox using an apt package. SSH keys exist and running
reconfigure on the openssh-server package does not regenerate them.
"""
action_utils.dpkg_reconfigure('openssh-server', {})