From 3e7fa7f2b924265c8040aebadd1f7b9cc082da28 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 23 Aug 2025 18:11:49 +1000 Subject: [PATCH] ssh: allow putting authorised pub keys in home dir --- modules/services/ssh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/services/ssh.nix b/modules/services/ssh.nix index 04ef56a..9b16c59 100644 --- a/modules/services/ssh.nix +++ b/modules/services/ssh.nix @@ -6,7 +6,6 @@ enable = true; allowSFTP = true; openFirewall = true; - authorizedKeysInHomedir = false; settings = { PermitRootLogin = "no"; PasswordAuthentication = false;