Disable Ctrl Alt Delete Key

Started by peterwkc, December 30, 2024, 09:18:22 AM

Previous topic - Next topic
Dear all, How to disable the Ctrl Alt Delete key to reboot the opnsense system?


remove the keyboard?  Seriously, most critical systems run headless to prevent accidents like an unplanned reboot.
If you have to have it attached, there could be ways, depending on the type of system. Is it virtual or bare metal? Are there more than one administrator?

change "hw.syscons.kbd_reboot" to 1 (default is 0 = on)
(System > Settings > Tunables)

Quote from: annoniempjuh on December 30, 2024, 07:49:30 PMchange "hw.syscons.kbd_reboot" to 1 (default is 0 = on)
(System > Settings > Tunables)

OK, Thanks.