This commit is contained in:
alydev 2025-09-24 16:10:07 +10:00
parent 5c80400b09
commit 857800ea1b

View file

@ -35,7 +35,7 @@
settings = {
X11Forwarding = true;
PermitRootLogin = "no"; # disable root login
PasswordAuthentication = false; # disable password login
PasswordAuthentication = true; # disable password login
};
openFirewall = true;
};