_: { services = { openssh = { enable = true; ports = [ 58693 ]; settings = { PrintMotd = false; PermitRootLogin = "no"; PasswordAuthentication = false; MaxAuthTries = 3; LoginGraceTime = 10; PermitEmptyPasswords = "no"; ChallengeResponseAuthentication = "no"; KerberosAuthentication = "no"; GSSAPIAuthentication = "no"; X11Forwarding = false; }; }; }; }