{ services.openssh = { enable = true; settings = { PasswordAuthentication = true; KbdInteractiveAuthentication = true; PermitRootLogin = "no"; }; }; }