blob: 33cdbac212bb61b31505894549ad56883279aa6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
services.openssh = {
enable = true;
openFirewall = true;
settings = {
KbdInteractiveAuthentication = false;
PasswordAuthentication = false;
PermitRootLogin = "yes";
};
};
}
|