ssh: allow putting authorised pub keys in home dir

This commit is contained in:
Nico 2025-08-23 18:11:49 +10:00
parent 0a14c4fb4a
commit 3e7fa7f2b9
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -6,7 +6,6 @@
enable = true; enable = true;
allowSFTP = true; allowSFTP = true;
openFirewall = true; openFirewall = true;
authorizedKeysInHomedir = false;
settings = { settings = {
PermitRootLogin = "no"; PermitRootLogin = "no";
PasswordAuthentication = false; PasswordAuthentication = false;