Make DOD CMMC banner selection more visible and prominent

This commit is contained in:
Avni Ademi 2026-01-27 19:11:53 +01:00
parent fd9dec66ab
commit b5926a2594

View File

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