diff --git a/system/modules/openssh.nix b/system/modules/openssh.nix index 2912d30..95d7295 100644 --- a/system/modules/openssh.nix +++ b/system/modules/openssh.nix @@ -12,7 +12,7 @@ in settings = { PasswordAuthentication = false; KbdInteractiveAuthentication = false; - UseDns = true; + UseDns = false; X11Forwarding = false; PermitRootLogin = "no"; };