Skip to content

ansible/ssh: make the list of authorized keys / sshd_config overridable per-instance

Martin Roukala requested to merge ssh_authorized_keys into master

As the project becomes more generic, let's allow users to specify the list of authorized users and sshd configuration.

If the user failed to provide /mnt/permanent/ssh/{authorized_keys,sshd_config}, the default files will be used.

References: #199

Edited by Martin Roukala

Merge request reports