This commit is contained in:
death916 2025-05-11 13:45:11 +00:00
parent 5212d24bf7
commit 57526125cb

View file

@ -19,6 +19,7 @@
# SSH Server configuration
services.openssh = {
enable = true;
openFirewall = true;
settings.PasswordAuthentication = false; # Recommended: use SSH keys
settings.PermitRootLogin = "no"; # Recommended
};