Clarify sudo password prompt #465
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update the sudo lecture message to make it explicit that the password will not be echoed in any form — not even as '*'. This improves clarity for users, emphasizing that nothing will be displayed during password input.
This change is meaningful. Every time a client asks me why their keyboard seems broken and they cannot enter a password, I have to explain clearly: their keyboard is fine—otherwise they wouldn’t be able to log in. The reason they can’t see any input is that this software, and indeed the entire Unix-like platform, is designed this way. Nothing at all is displayed on the screen—not even symbols like
****; absolutely nothing appears. I’m tired of having to copy and paste this explanation every day, and I sincerely hope you will accept this PR. Thank you very much.Thank you for taking the time to review my changes. I have great respect for your work, and I hope this small modification can provide a clearer experience for users. If you have any suggestions or require further adjustments, I am more than happy to cooperate. Once again, thank you for your hard work!