Monday 30 March 2026Afternoon Edition

ZOTPAPER

News without the noise


Programming & Dev Tools

Ubuntu 26.04 Ends 46 Years of Silent sudo Password Entry

The upcoming release will finally show password feedback asterisks when typing sudo, ending a Unix tradition dating to 1980

Zotpaper2 min read
Ubuntu 26.04 will break with a 46-year Unix tradition by showing asterisk feedback when users type their sudo password, ending the famously confusing blank cursor that has bewildered new Linux users since 1980.

The change, which will be enabled by default in the upcoming release, addresses one of the most common complaints from users transitioning to Linux. The silent password prompt — where the cursor appears frozen while typing — was originally designed as a security measure to prevent shoulder-surfers from determining password length.

The decision reflects a broader shift in security thinking. Modern security experts argue that the slight information leak of showing password length is vastly outweighed by the usability improvement, particularly as most authentication now happens in graphical environments where asterisks are standard.

The change can be reverted by editing the sudoers file, preserving the option for security-conscious administrators who prefer the traditional behaviour.

Analysis

Why This Matters

It is a small change with outsized cultural significance. The silent sudo prompt has been a rite of passage for Linux users and a source of endless "is it broken?" support tickets.

Background

The original design dates to early Unix systems where terminals were often in shared spaces. Hiding password length was a meaningful security measure in that context.

Key Perspectives

Usability advocates have pushed for this change for years. Security purists argue every bit of information matters. Most practical sysadmins say it is long overdue.

What to Watch

Whether other distributions follow suit. This could accelerate Linux desktop adoption by removing one more "Linux is confusing" friction point.

Sources