Linux · Remediation
maintained
Linux Fleet Harden
Interactive, human-approved remediation driven by a Linux Fleet Audit plan. It re-verifies each finding on the live host, applies only the fixes you approve, backs up every file first, and supports full rollback. Its sshd guard (validate, watchdog, fresh-session check) makes it structurally impossible to lock yourself out. Dry-run by default; disruptive changes require a typed confirmation.
Linux · Patching
maintained
Linux Fleet Patch
Staged dnf patch management for a RHEL 9 fleet: discover pending updates, tag which carry a security advisory and its severity, and detect reboot-required state. Apply re-validates each host against live state and installs only what is still pending; opt-in reboots are serialized, one host at a time, so a bad kernel never takes the fleet down at once. A single transaction can be rolled back. Excel report plus a machine-readable plan.
Linux · Accounts & access
maintained
Linux Fleet Users
Account and access lifecycle for a RHEL 9 fleet. Audits local accounts, password aging, sudoers, and SSH keys, flagging duplicate UID 0, empty or never-expiring passwords, NOPASSWD grants, weak keys, and stale logins. Apply only ever locks or expires stale accounts, re-validating last login first, and never touches root, low-UID accounts, or the account you connect as. It never deletes.
Linux · Firewall
maintained
Linux Fleet Firewall
firewalld policy audit and reconciliation. You describe what each host may expose in a declarative policy; it reads the effective ruleset, diffs it against the policy, and reconciles the difference with per-host confirmation, flagging runtime-versus-permanent drift. An SSH lockout guard blocks any change that would drop your control access unless you force it. Excel report plus a machine-readable plan.
Linux · Login banners
maintained
Linux Fleet MOTD Editor
Pushes a consistent, informative login banner to every host over SSH: hostname, load, disk, pending security updates, reboot-required, and failed units, with per-host approval, backups, and rollback. It detects each distribution's MOTD mechanism instead of assuming one, holds the login-time renderer to a 50 ms budget so it never slows a shell, and guards the profile.d hook against the classic bug that silently corrupts scp and rsync across a whole fleet.