-
Notifications
You must be signed in to change notification settings - Fork 104
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
Verbose output when dbus not being used #264
Comments
FWIW, the reference implementation of age seems to handle this a little better. ❯ age -i ~/.ssh/id_ed25519 -d test.txt.pem
Enter passphrase for "/home/thomas/.ssh/id_ed25519":
Hello, world! |
This is related to the |
Following up here: while I still have no idea how to silence the |
I have exported and set PINENTRY_PROGRAM to the empty string, but I still get the pinentry GUI popup... Could you please put the pinentry option behind a rust feature? That would make |
Environment
rage 0.6.0
What were you trying to do
Use rage with a passphrase protected key.
What happened
rage always prints
No $DBUS_SESSION_BUS_ADDRESS found, falling back to curses
when working with passphrase protected keys.The text was updated successfully, but these errors were encountered: