Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Password asterisk feedback mysteriously enabled

Writer 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?

2

1 Answer

Check into /etc/sudoers and /etc/sudoers.tmp and /etc/sudoers.d.

Make sure the line

Defaults pwfeedback

is deleted.

If it is along like this

Defaults env_reset,pwfeedback

change it into

Defaults env_reset
5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy