This commit is contained in:
2026-01-24 09:08:55 +00:00
parent 139b1defe7
commit aa322301fb
4 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "prohibit-password";
PermitRootLogin = "no";
PasswordAuthentication = false;
};
};