Security¶
This section covers security configuration in FloofOS.
Overview¶
FloofOS provides multiple layers of security for protecting the control plane and managing access:
- User Management - Account administration and authentication
- SSH - Secure remote access configuration
- Firewall - Control plane protection using nftables
- Fail2ban - Brute-force attack prevention
Default Security Posture¶
| Feature | Default State | Recommendation |
|---|---|---|
| Firewall | Disabled | Enable in production |
| Fail2ban | Enabled | Keep enabled |
| Root SSH | Disabled | Keep disabled |
| Default Passwords | Set | Change immediately |
Documentation¶
| Topic | Description |
|---|---|
| User Management | Create, modify, and delete users |
| SSH Configuration | Secure shell settings |
| Firewall | nftables firewall rules |
| Fail2ban | Brute-force protection |