disabled root ssh

This commit is contained in:
Bryan Ramos 2026-03-12 02:16:45 -04:00
parent 4a0761b3a2
commit f690941af7

View file

@ -116,6 +116,7 @@
settings = { settings = {
X11Forwarding = false; X11Forwarding = false;
PasswordAuthentication = false; PasswordAuthentication = false;
PermitRootLogin = "no";
}; };
}; };
} }