diff --git a/server/sshd.nix b/server/sshd.nix index c8c0fe3e..fad15efd 100644 --- a/server/sshd.nix +++ b/server/sshd.nix @@ -5,7 +5,7 @@ ports = [ 2222 ]; settings = { UseDns = true; - PermisRootLogin = "no"; + PermitRootLogin = "no"; PasswordAuthentication = false; GatewayPorts = "yes"; LogLevel = "VERBOSE";