diff --git a/roles/bootstrap/templates/sshd_config.d/auth.conf.j2 b/roles/bootstrap/templates/sshd_config.d/auth.conf.j2 index 42b16ca..7438306 100644 --- a/roles/bootstrap/templates/sshd_config.d/auth.conf.j2 +++ b/roles/bootstrap/templates/sshd_config.d/auth.conf.j2 @@ -24,4 +24,5 @@ UsePAM no # enable if implementing TOTP 2FA PubkeyAuthentication yes {% else %} PubkeyAuthentication no -{% endif %} \ No newline at end of file +{% endif %} +PrintMotd yes \ No newline at end of file