sshd: disable root login again
This commit is contained in:
parent
b3063a23d7
commit
f5e13f8f55
|
@ -4,7 +4,7 @@
|
||||||
ports = [22];
|
ports = [22];
|
||||||
settings = {
|
settings = {
|
||||||
UseDns = true;
|
UseDns = true;
|
||||||
PermitRootLogin = "without-password";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
GatewayPorts = "yes";
|
GatewayPorts = "yes";
|
||||||
LogLevel = "VERBOSE";
|
LogLevel = "VERBOSE";
|
||||||
|
|
Loading…
Reference in a new issue