V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m58s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-18 09:20:28 +02:00
parent b2b82955ea
commit 593a367add

View File

@@ -367,6 +367,37 @@ ntp:
timezone: "Europe/Lisbon" # Any valid setting for $TZ; see the contents of '/usr/share/zoneinfo' for valid values.
utc: true # Controls whether the hardware clock is set to UTC.
################################################################################################################################
# Dropbear settings
################################################################################################################################
dropbear:
boot: true
dhcp: true
firewall: false
port: 42137
################################################################################################################################
# SSH settings
################################################################################################################################
ssh:
allow_hardening: true
allow_domain:
- vpn00.x448.eu
allow_ipv4:
- 202.61.246.50
allow_ipv6:
- 2a03:4000:53:f:abcd:9494:0:2
port: 42137
root_ca: "/.preseed/ssh_root_ca.pub"
################################################################################################################################
# Grub Bootparameter
################################################################################################################################
grub_parameter:
- "audit=1 audit_backlog_limit=8192"
- "random.trust_cpu=off"
################################################################################################################################
# User settings
################################################################################################################################