Enable ssh password login (but not for root)

This commit is contained in:
Evie Litherland-Smith 2024-04-20 12:24:06 +01:00
parent eae4e6ae42
commit 5cbe634b5b

View file

@ -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";
}; };