From dd21d1c3c2eee7060a673dbaccc0830e34eb3375 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 16 Apr 2026 14:07:51 -0300 Subject: [PATCH] fix(fighter): remove ssh passwd auth --- hosts/fighter/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fighter/configuration.nix b/hosts/fighter/configuration.nix index a05be09..5816b1d 100644 --- a/hosts/fighter/configuration.nix +++ b/hosts/fighter/configuration.nix @@ -55,7 +55,7 @@ # SSH services.openssh.enable = true; services.openssh.settings = { - PasswordAuthentication = true; + PasswordAuthentication = false; PermitRootLogin = "forced-commands-only"; };