Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
pbxscience.com
Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
1–10 of 421 posts
Re: Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
#2Re: Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
#3Re: Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
#4Weird argument about the logging password forging the same in a gui. Because it certainly it not when logging in using a terminal locale or ssh for that matter
The crazier part is Ubuntu using a pre-1.0 software suite instead of software that has been around for decades. The switch to Rust coreutils is far too early.
Re: Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
#5Just as you get used to something crazy after two decades, have kids, and are about to unleash it on them, it gets fixed. Will there be no boomer pleasures left for us millennials?
How about all the daemons that double log or double timestamp on systemd machines?
Re: Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
#6I value ctrl+U a lot more for password prompts than the visual feedback, it's even used by GUI on Linux.
Re: Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
#7The security argument is a red herring. It was originally built with no echo because it was easier to turn echo on and off than to echo asterisks. Not for security.
Re: Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
#8So hide the first one as well? But also, that's not true, not all terminal passwords are for local machine
> Confusing — appears frozen
So make it appear flashing? Still doesn't need to reveal length
Re: Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
#9These servers I had an account setup too were, from what I observed, partially linked with the authentication mechanism used by the VPN and IAM services. Like they'd have this mandatory password reset process and sometimes sudo was set to that new password, other times it was whatever was the old one. Couple that with the high latency connection and password authentication was horrible. You would never know if you mistyped something, or the password itself was incorrect or the password you pasted went through or got double pasted.
I think this is a great addition, but only if it leads to redhat adopting it which is what they were running on their VMs.
Re: Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords
#10Good. It's terrible UX. The security argument is a red herring. It was originally built with no echo because it was easier to turn echo on and off than to echo asterisks. Not for security.
One implies the other. You turn echo off. Then you write asterisks.
> Not for security.
Consider the case of copy and pasting parts of your terminal to build instructions or to share something like a bug report. Or screen sharing in general. You are then leaking the length of your password. This isn't necessarily disastrous for most use cases but it is a negative security attribute.