diff --git a/modules/openssh.nix b/modules/openssh.nix index 04caab9..48a7fbc 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -5,7 +5,7 @@ KbdInteractiveAuthentication = false; PasswordAuthentication = false; PubkeyAuthentication = true; - PermitRootLogin = "no"; + PermitRootLogin = "yes"; StreamLocalBindUnlink = "yes"; GatewayPorts = "clientspecified"; };