{ services.openssh = { enable = true; openFirewall = true; permitRootLogin = "prohibit-password"; passwordAuthentication = false; kbdInteractiveAuthentication = false; }; }