From 190574abc135a3cbdfe0c188a3f7490d374c2fba Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 25 Jun 2023 23:23:20 +0300 Subject: a bunch of crap idk but website update --- profiles/ssh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'profiles/ssh.nix') diff --git a/profiles/ssh.nix b/profiles/ssh.nix index a3628ec..294f015 100644 --- a/profiles/ssh.nix +++ b/profiles/ssh.nix @@ -22,9 +22,9 @@ AllowUsers tzlil git ''; settings = { - permitRootLogin = "no"; - passwordAuthentication = false; - kbdInteractiveAuthentication = false; + PermitRootLogin = "no"; + PasswordAuthentication = false; + KbdInteractiveAuthentication = false; }; }; environment.persistence."/nix/persist" = { -- cgit 1.4.1