diff --git a/modules/openssh.nix b/modules/openssh.nix index 749d2ec..14d7c60 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -5,7 +5,7 @@ KbdInteractiveAuthentication = false; PasswordAuthentication = lib.mkForce false; PubkeyAuthentication = lib.mkForce true; - PermitRootLogin = lib.mkForce "no"; + PermitRootLogin = lib.mkForce "yes"; StreamLocalBindUnlink = "yes"; GatewayPorts = "clientspecified"; };