From 1f6ee95a79b43dd7228062420b25cae8749967f3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 4 Jul 2023 15:30:18 +0900 Subject: [PATCH] test --- services/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/openssh.nix b/services/openssh.nix index cb03b0f5..1b57d894 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -3,7 +3,7 @@ enable = true; openFirewall = true; permitRootLogin = "no"; - PasswordAuthentication = "true"; # Set this to false when keys are configured + passwordAuthentication = "true"; # Set this to false when keys are configured banner = '' You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only.