From 32605fcc2ca37589ccf535a0b0caa77f75f8e2fc Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 6 Jan 2024 10:37:23 -0600 Subject: [PATCH] fix option for ssh --- server/default.nix | 2 +- workstation/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/default.nix b/server/default.nix index 010f9dd..a85c7cd 100644 --- a/server/default.nix +++ b/server/default.nix @@ -97,7 +97,7 @@ in settings = { PasswordAuthentication = false; KbdInteractiveAuthentication = false; - permitRootLogin = "yes"; + PermitRootLogin = "yes"; }; }; }; diff --git a/workstation/default.nix b/workstation/default.nix index c50251c..e3a5092 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -144,7 +144,7 @@ in settings = { PasswordAuthentication = false; KbdInteractiveAuthentication = false; - #permitRootLogin = "yes"; + #PermitRootLogin = "yes"; }; }; };