Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KlausEverWalkingDev/b0dc38f167c9fd7117fe3553b47bfe69 to your computer and use it in GitHub Desktop.
Save KlausEverWalkingDev/b0dc38f167c9fd7117fe3553b47bfe69 to your computer and use it in GitHub Desktop.
Turn on asterisks when type passwords on Linux terminals

#Name: Turn on asterisks when type passwords on Linux terminals
#By KlausDevWalker
#Version: N/D
#Release Date: September 5th, 2019

#Enter on visudo
$ sudo visudo

#If no line in visudo begins with the following parameters, create it
$ Defaults env_reset,pwfeedback

#Save, quit and be free of no password feedback in your Linux :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment