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