ansible-playbooks/roles/sshd
2025-11-10 18:25:55 +01:00
..
defaults chore: ansible-lint 2025-11-02 21:18:15 +01:00
tasks doc: add ufw description 2025-11-10 18:25:55 +01:00
templates fix: ssh authorized_keys fallback 2025-08-26 01:13:19 +02:00
vars chore: ansible-lint 2025-11-02 21:18:15 +01:00
README.md chore: ansible-lint 2025-11-02 21:18:15 +01:00

SSH server

Enable authorized_keys fallback

When you encrypt your home data, you cannot allow hardened remote SSH connection. To make this still possible, here is the trick: a fallback authorized_key file: /etc/ssh/authorized_keys/myuser

Simply enable this setting to get this working:

ssh_authorized_keys_fallback_enabled: true

And you're set.