Update ankaa config

This commit is contained in:
2024-09-08 11:38:30 -05:00
committed by Ethan Simmons
parent 34902172ee
commit 5abf1281f5
6 changed files with 36 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ in
ports = [ cfg.port ];
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
PasswordAuthentication = cfg.allow-password;
};
};
};