Configure sudo to insult you when you enter the wrong password.
Hint 1: Check the sudoers configuration for an option to enable insults.
Hint 2: Edit sudoers (with visudo) and add `Defaults insults`.
Solution:
By adding `Defaults insults` to /etc/sudoers (via visudo) and then entering an incorrect sudo password, sudo will respond with random insults (e.g., “Are you typing with your elbows?”) instead of the usual error message.
Leave a Reply