still ssh

This commit is contained in:
death916 2025-05-11 13:51:58 +00:00
parent 11392218c8
commit dc5e9338b6

View file

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