mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
* feat(aegis): add ARM image bootstrap workflow * feat(aegis): manage firewall and SSH hardening * feat(aegis): harden Fedora IoT services * chore(aegis): remove local TLS configuration * fix(aegis): restore supported Fedora IoT bootstrap
7 lines
199 B
Django/Jinja
7 lines
199 B
Django/Jinja
# Managed by Ansible. Do not edit manually.
|
|
PermitRootLogin no
|
|
PubkeyAuthentication yes
|
|
PasswordAuthentication no
|
|
KbdInteractiveAuthentication no
|
|
AllowUsers {{ aegis_ssh_allowed_users | join(' ') }}
|