prohibitpassword for root ssh though I doubt this actually changes anything
This commit is contained in:
parent
f78e1d5e7d
commit
fd4757d697
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ in {
|
|||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "yes";
|
||||
PermitRootLogin = "prohibit-password";
|
||||
};
|
||||
|
||||
openFirewall = lib.mkDefault true;
|
||||
|
|
Loading…
Reference in a new issue