fix(fighter): remove ssh passwd auth

This commit is contained in:
Guz
2026-04-16 14:07:51 -03:00
parent f13748e009
commit dd21d1c3c2

View File

@@ -55,7 +55,7 @@
# SSH
services.openssh.enable = true;
services.openssh.settings = {
PasswordAuthentication = true;
PasswordAuthentication = false;
PermitRootLogin = "forced-commands-only";
};