Fix typoe
This commit is contained in:
parent
6f3b12de82
commit
e0035cef4d
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue