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

gopass-UI fails to use encryption subkey #66

Open
ghost opened this issue May 17, 2020 · 2 comments
Open

gopass-UI fails to use encryption subkey #66

ghost opened this issue May 17, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented May 17, 2020

Mac OS 10.14
gopass CLI correctly encrypts & decrypts using my Encryption subkey, but gopass-UI seizes upon the master key, which was "removed" during GPG key creation. Here listed are my keys:

➜ ~ gpg --list-secret-keys
/Users/herk/.gnupg/pubring.kbx

sec# rsa4096 2020-05-16 [C]
B632FAE4E38007F7E0EAC765977BFD885398E03D
uid [ultimate] Rexford Gibbs [email protected]
uid [ultimate] RJ Gibbs [email protected]
ssb rsa4096 2020-05-16 [S]
ssb rsa4096 2020-05-16 [E]
ssb rsa4096 2020-05-16 [A]

The hash char (#) after the first key, sec#, indicates that the master key is offline.

Can gopass-UI be configured to use the encryption subkey ssb rsa4096 2020-05-16 [E]?

Thanks.
Rexford Gibbs

@ruettenm
Copy link
Collaborator

Hi @HerkOHerk

thanks for contributing. Under the hood we are simply calling the gopass cli like „gopass sync“. (See https://github.com/codecentric/gopass-ui/blob/master/src/renderer/secrets/Gopass.ts)

How do you use the CLI?

Best regards
Matthias

@ghost
Copy link
Author

ghost commented May 17, 2020 via email

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

1 participant