Disable root login over ssh

This commit is contained in:
Evie Litherland-Smith 2024-03-02 15:17:38 +00:00
parent 8284e10211
commit 56658af63c

View file

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