Improve DOD CMMC banner selection UI

This commit is contained in:
Avni Ademi 2026-01-27 19:02:35 +01:00
parent 81895181e9
commit fd9dec66ab

View File

@ -36,9 +36,10 @@
<label><input type="checkbox" name="ssh_harden" checked /> SSH hardening (disable root, key-only option)</label>
<label><input type="checkbox" name="install_fail2ban" checked /> Install Fail2ban (intrusion prevention)</label>
<label><input type="checkbox" name="prelogin_banner" /> Pre-login banner (SSH)</label>
<div style="margin-left: 24px; margin-top: 4px; margin-bottom: 8px;">
<label><input type="radio" name="banner_type" value="default" checked /> Default banner</label>
<label style="margin-left: 16px;"><input type="radio" name="banner_type" value="dod_cmmc" /> DOD CMMC Approved banner</label>
<div style="margin-left: 24px; margin-top: 6px; margin-bottom: 8px; padding: 8px; background: #f9f9f9; border-radius: 4px;">
<div style="font-weight: bold; margin-bottom: 6px; color: #333;">Banner Type:</div>
<label style="display: block; margin: 4px 0;"><input type="radio" name="banner_type" value="default" checked /> Default banner (Standard security notice)</label>
<label style="display: block; margin: 4px 0;"><input type="radio" name="banner_type" value="dod_cmmc" /> DOD CMMC Approved banner (Official Use Only - Restricted System)</label>
</div>
<label><input type="checkbox" name="postlogin_banner" /> Post-login banner (MOTD)</label>
<label><input type="checkbox" name="ssh_2fa" /> SSH 2FA (Google Authenticator PAM)</label>