diff --git a/services/sshd.nix b/services/sshd.nix index 841cb90f..e2a38a7c 100644 --- a/services/sshd.nix +++ b/services/sshd.nix @@ -4,7 +4,7 @@ ports = [22]; settings = { UseDns = true; - PermitRootLogin = "without-password"; + PermitRootLogin = "no"; PasswordAuthentication = false; GatewayPorts = "yes"; LogLevel = "VERBOSE";