Password asterisk feedback mysteriously enabled
Sebastian Wright
I have Ubuntu 16.04 installed on my machine and a while back something strange happened. All of a sudden I started getting password visual feedback (*) when entering the password for commands run with sudo.
I've checked the /etc/sudoers file and there is no pwfeedback entry for the defaults.
How can I determine why visual feedback is enabled and from where?
21 Answer
Check into /etc/sudoers and /etc/sudoers.tmp and /etc/sudoers.d.
Make sure the line
Defaults pwfeedbackis deleted.
If it is along like this
Defaults env_reset,pwfeedbackchange it into
Defaults env_reset 5