remove root login
This commit is contained in:
parent
7a4f242021
commit
a5c14dc701
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@
|
|||
"100.64.0.0/10"
|
||||
];
|
||||
};
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "yes";
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
mods = {
|
||||
common = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue