allow root logins
This commit is contained in:
parent
85a481f8f6
commit
78ae9ad8ae
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
programs.mosh.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "no";
|
||||
settings.PermitRootLogin = "prohibit-password";
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue