diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index 9d84f2c..af9a574 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -69,8 +69,8 @@ services.openssh = { enable = true; settings = { - PasswordAuthentication = true; - PermitRootLogin = "yes"; + PasswordAuthentication = false; + PermitRootLogin = "no"; }; };