sshd: disable root login again

This commit is contained in:
Evie Litherland-Smith 2024-03-10 08:07:48 +00:00
parent b3063a23d7
commit f5e13f8f55

View file

@ -4,7 +4,7 @@
ports = [22];
settings = {
UseDns = true;
PermitRootLogin = "without-password";
PermitRootLogin = "no";
PasswordAuthentication = false;
GatewayPorts = "yes";
LogLevel = "VERBOSE";