Remote deployment configuration

This commit is contained in:
Filippo Berto 2022-12-18 19:02:50 +01:00
parent 1bdc118dc7
commit 429efc52ae
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 35 additions and 6 deletions

View file

@ -0,0 +1,10 @@
{
services.openssh = {
enable = true;
openFirewall = true;
permitRootLogin = "prohibit-password";
passwordAuthentication = false;
kbdInteractiveAuthentication = false;
};
}