{...}:{ services.fail2ban.enable = true; services.openssh = { enable = true; ports = [26802]; authorizedKeysInHomedir = false; settings = { PasswordAuthentication = false; PermitRootLogin = "no"; AllowUsers = [ "kassouni" "git" ]; KbdInteractiveAuthentication = false; PubkeyAuthentication = true; }; }; }