From 27d975f0c8244b106728862bc9c4664cb7339fe0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 4 Jul 2023 15:38:38 +0900 Subject: [PATCH] Update OpenSSH --- services/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/openssh.nix b/services/openssh.nix index a6fd81f3..d28e187a 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -4,7 +4,7 @@ openFirewall = true; logLevel = "VERBOSE"; # Used for fail2ban monitoring settings.PermitRootLogin = "no"; - settings.PasswordAuthentication = "true"; # Set this to false when keys are configured + settings.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.