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.