Security configuration for Bazzite. LUKS disk encryption with TPM auto-unlock, secure boot key management, and sudo password feedback. Use when users need to configure security features.
/plugin marketplace add atrawog/bazzite-ai-plugins/plugin install bazzite@bazzite-ai-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Bazzite security features including LUKS disk encryption with TPM auto-unlock, and sudo password visibility settings.
| Command | Description |
|---|---|
ujust setup-luks-tpm-unlock | Enable TPM auto-unlock for LUKS |
ujust remove-luks-tpm-unlock | Remove TPM auto-unlock |
ujust toggle-password-feedback | Toggle sudo asterisk feedback |
# Enable automatic LUKS unlock via TPM
ujust setup-luks-tpm-unlock
What it does:
Requirements:
Process:
# Remove TPM auto-unlock
ujust remove-luks-tpm-unlock
Returns to password-based unlock at boot.
Use when:
# Toggle sudo password asterisk feedback
ujust toggle-password-feedback
With feedback:
[sudo] password for user: ****
Without feedback (default):
[sudo] password for user:
Security note: Asterisks reveal password length. Default (no feedback) is more secure.
# 1. Enroll secure boot key (for NVIDIA)
ujust enroll-secure-boot-key
# 2. Setup TPM unlock
ujust setup-luks-tpm-unlock
# Reboot to test
systemctl reboot
# Remove TPM binding
ujust remove-luks-tpm-unlock
# Clear TPM (in BIOS/UEFI)
# Factory reset recommended
# TPM version and status
tpm2_getcap properties-fixed | head -20
# TPM PCR values
tpm2_pcrread
# List LUKS tokens
cryptsetup luksDump /dev/<device> | grep Token
# Check systemd-cryptenroll
systemd-cryptenroll --tpm2-device=list
Common causes:
Fix:
# Re-enroll TPM
ujust remove-luks-tpm-unlock
ujust setup-luks-tpm-unlock
Check:
# Verify TPM device
ls /dev/tpm*
# TPM status
tpm2_getcap properties-fixed
Enable in BIOS:
TPM PCR values change after BIOS updates, breaking auto-unlock.
Fix:
# Boot with password
# Then re-enroll
ujust remove-luks-tpm-unlock
ujust setup-luks-tpm-unlock
If you want asterisks:
ujust toggle-password-feedback
Manual fix:
# Edit sudoers
sudo visudo
# Add line:
# Defaults pwfeedback
ujust toggle-updates)ujust configure sshd status)Use when the user asks about: