diff --git a/hosts/syedm/default.nix b/hosts/syedm/default.nix index f340148..9c3850b 100644 --- a/hosts/syedm/default.nix +++ b/hosts/syedm/default.nix @@ -14,7 +14,7 @@ services.openssh = { enable = true; settings = { - PasswordAuthentication = false; + PasswordAuthentication = true; PermitRootLogin = "no"; }; };