feature: explicitly set PrintMotd SSH option to always be true to allow non-script MOTD capabilities regardless of PAM usage in SSH

This commit is contained in:
2025-11-12 08:33:13 -05:00
parent 8bf893ee1f
commit 4fc691d1db

View File

@@ -24,4 +24,5 @@ UsePAM no # enable if implementing TOTP 2FA
PubkeyAuthentication yes
{% else %}
PubkeyAuthentication no
{% endif %}
{% endif %}
PrintMotd yes