testing non root user

This commit is contained in:
naturallaw77 2023-11-30 22:13:12 -08:00
parent 387d4c9b16
commit dbdfe5741d

View File

@ -141,6 +141,14 @@
torsocks.enable = true; torsocks.enable = true;
}; };
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = "yes";
};
};
networking.firewall.enable = true; networking.firewall.enable = true;