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 ]; ports = [ 2222 ];
settings = { settings = {
UseDns = true; UseDns = true;
PermisRootLogin = "no"; PermitRootLogin = "no";
PasswordAuthentication = false; PasswordAuthentication = false;
GatewayPorts = "yes"; GatewayPorts = "yes";
LogLevel = "VERBOSE"; LogLevel = "VERBOSE";