Enable root login with keys only
This commit is contained in:
parent
1f4d225f55
commit
6a435527fc
|
@ -12,7 +12,6 @@ with lib;
|
|||
enable = true;
|
||||
settings = {
|
||||
StrictModes = true;
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitEmptyPasswords = "no";
|
||||
|
|
Loading…
Reference in a new issue