Security Task: 2FA Setup for Critical Systems¶
Goal¶
Enable Two-Factor Authentication on administrative interfaces (e.g. Proxmox, Portainer, Git).
Examples¶
Proxmox (TOTP):¶
- Login as user
- Go to Datacenter → Permissions → Users
- Add TOTP secret
- Test backup code
Portainer:¶
- Enable OAuth or SSO if available
- Enforce MFA from the admin panel
Git (self-hosted):¶
- Use SSH keys for repo access
- Enforce 2FA on web interface if using GitHub/GitLab
Tools¶
- Authenticator apps (Aegis, FreeOTP, Google Authenticator)
- Admin panels of relevant platforms