change permitRootLogin
This commit is contained in:
parent
dad496cced
commit
1f005f21b8
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
permitRootLogin = false;
|
||||
permitRootLogin = "no";
|
||||
};
|
||||
|
||||
zmio.blog.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue