fix option for ssh

This commit is contained in:
Don Harper 2024-01-06 10:37:23 -06:00
parent 88aff164ba
commit 32605fcc2c
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ in
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
permitRootLogin = "yes";
PermitRootLogin = "yes";
};
};
};

View file

@ -144,7 +144,7 @@ in
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
#permitRootLogin = "yes";
#PermitRootLogin = "yes";
};
};
};