Fix typoe

This commit is contained in:
Evie Litherland-Smith 2023-05-16 12:06:28 +01:00
parent 6f3b12de82
commit e0035cef4d

View file

@ -5,7 +5,7 @@
ports = [ 2222 ];
settings = {
UseDns = true;
PermisRootLogin = "no";
PermitRootLogin = "no";
PasswordAuthentication = false;
GatewayPorts = "yes";
LogLevel = "VERBOSE";