-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Prompted for password even if non is required #36
Comments
I use |
That would partially work. If my yubikey is not plugged it, |
Oh, then maybe another option is to make I'm not familiar with YubiKey. When using |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Another option may be to allow using an external terminal emulator or |
Actually, even using a new split with a terminal that does the It'd also improve the experience with failed password attempts. |
This is an issue when using howdy as well, as you generally want sudo to automatically authenticate without asking for the password. |
Any updates on this? I also use fprintd and when saving via Suda it prompts for the password first, then attempts to authenticate via the fingerprint sensor, and ultimately doesn't even save the file. |
is this fixed after #69? |
I'd say no, the change is mostly unrelated. If you have authenticated before and the authentication token is still valid, it will not ask for a password/fingerprint/yubikey. But if sudo wants you to authenticate, suda still behaves as before. But isn't this what the option |
@sstark not quite. this is an issue we're currently working on actually. please see this comment for a description of how it actually works: #61 (comment) and if you can come up with a better name, we're looking for one at #73 |
I've
sudo
set up so that I cansudo
by just pressing my Yubikey's button.However, when I run
SudaWrite
, I'm always prompted for a password. I can type any gibberish though, and then pressing the key letssudo
operate properly.How about not asking for a password is
sudo
does not require one?The text was updated successfully, but these errors were encountered: