Fix typoe
This commit is contained in:
parent
6f3b12de82
commit
e0035cef4d
|
@ -5,7 +5,7 @@
|
|||
ports = [ 2222 ];
|
||||
settings = {
|
||||
UseDns = true;
|
||||
PermisRootLogin = "no";
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
GatewayPorts = "yes";
|
||||
LogLevel = "VERBOSE";
|
||||
|
|
Loading…
Reference in a new issue