This commit is contained in:
2025-06-03 04:46:33 -04:00
parent 3d60f7c462
commit ff5693263b
2 changed files with 2 additions and 39 deletions

View File

@@ -246,6 +246,7 @@
services.openssh = {
enable = true;
settings = {
PermitRootLogin = false;
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};