Enable ssh password login (but not for root)
This commit is contained in:
parent
eae4e6ae42
commit
5cbe634b5b
|
@ -5,7 +5,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
UseDns = true;
|
UseDns = true;
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = true;
|
||||||
GatewayPorts = "yes";
|
GatewayPorts = "yes";
|
||||||
LogLevel = "VERBOSE";
|
LogLevel = "VERBOSE";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue