Disable root login over ssh
This commit is contained in:
parent
8284e10211
commit
56658af63c
|
@ -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