testing non root user
This commit is contained in:
parent
387d4c9b16
commit
dbdfe5741d
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user