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