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