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