nebula test run

This commit is contained in:
TheWanderingCrow 2025-01-29 10:50:50 -05:00
parent 39dca4da02
commit 996f8f7db6
2 changed files with 2 additions and 2 deletions

View file

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