Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!sudo <command> displays password in plain text #194

Closed
ghost opened this issue Oct 29, 2010 · 3 comments
Closed

!sudo <command> displays password in plain text #194

ghost opened this issue Oct 29, 2010 · 3 comments
Milestone

Comments

@ghost
Copy link

ghost commented Oct 29, 2010

The password is displayed in plain text when running sudo.

@minrk
Copy link
Member

minrk commented Oct 29, 2010

Does !sudo it work at all?

I find that the password request doesn't receive the input at all, and never returns.

@ghost
Copy link
Author

ghost commented Oct 29, 2010

Does not work at all for me. The behavior seems to be what you're describing. It never returns after entering the password.

Also, I'm using 0.11.alpha1.git

@fperez
Copy link
Member

fperez commented Oct 29, 2010

On 0.11, we can't really run interactive commands at all that require user input into the subprocess. This is because we're using pexpect now.

This is a necessary limitation in the two-process model, but it accidentally carried over to the single-process shell.

I'm closing this bug because it's not about sudo, but I'll open a separate ticket to remind me of the fact that for the one-process shell, we need to restore the direct access to subprocesses we've always had.

Thanks for the report, I would have forgotten about this otherwise!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants