Remove magic button ctrl-alt-del

  • Like
Reactions: szavadschi
Thank you. Your guess was right:
Code:
systemctl mask ctrl-alt-del.target
Created symlink /etc/systemd/system/ctrl-alt-del.target → /dev/null.
Problem was CTRL+ALT+DELETE could also be pressed (and rebooting the server) in the login screen. This fixed it.