summary refs log tree commit diff
path: root/profiles/ssh.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-06-25 23:23:20 +0300
committertzlil <tzlils@protonmail.com>2023-06-25 23:23:20 +0300
commit190574abc135a3cbdfe0c188a3f7490d374c2fba (patch)
tree8fc2a30cef2964f9342c6dfe6bc7db7c541225e6 /profiles/ssh.nix
parent830d708f96cd7e589b6460e0e18e90966da41ff4 (diff)
a bunch of crap idk but website update
Diffstat (limited to 'profiles/ssh.nix')
-rw-r--r--profiles/ssh.nix6
1 files changed, 3 insertions, 3 deletions
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" = {