What do you think about sudo-rs making feedback for entering password the default?

#sudo #linux #sudors #rustlang #pool

It's good
27.3%
Do not care
51.5%
It's heresy!
21.2%
Poll ended at .
People have spoken. They don't care.
@Ambraven
I'm personnaly much more afraid of keystroke leaks than of asterisk feedback

@Ambraven

I truly don't. :3

@Ambraven Brainfart: make it pick the next character from a configurable string, when at end then repeat the last character.

One can set it to:
"" => old sudo behavior
"*" => ***** behavior
"password" => surprise!
"correct horse battery staple" => what it really should be

@Ambraven While it makes sense for the drive encryption passphrase (because it may be the first keyboard input so we're not sure the keyboard actually works), generally when sudo asks for a password, I already typed "sudo something" so I know the keyboard works.