Menu Close

How To Enable Asterisks When Typing Your Password In A Terminal Session On Ubuntu

Normally when you type your password all you see is an empty line so here is a guide to enable asterisks (*) when typing your password in the terminal window.



To enable the asterisks need to add a line to your /etc/sudoers file. To scroll up and down the open file you can use the up/down and left/right arrows on your keyboard. To open the file open a terminal window (press Ctrl+Alt+T) and copy+paste the command below:

sudo visudo

When the file is open add the following line under the line that says Defaults env_reset:

Defaults pwfeedback

You need to use the arrow up and down keys to scroll up and down the file. When the line is added save the changes and press Ctrl+X, type y to answer yes, press Enter to accept default file name and close the terminal window. From now on you will see an * when typing your password.

0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments