kittykat deployment test

This commit is contained in:
tulg 2026-04-25 18:38:02 +03:00
parent 573c9e3757
commit 8c193dc65b
5 changed files with 30 additions and 43 deletions

View file

@ -7,9 +7,7 @@
];
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = true;
PermitRootLogin = "yes";
};
settings.PermitRootLogin = "prohibit-password";
allowSFTP = true;
};
}