still ssh

This commit is contained in:
death916 2025-05-11 13:50:13 +00:00
parent 57526125cb
commit 11392218c8

View file

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