fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

samurro

Has anbody a clue why tells me "gpg: decryption failed: No secret key" but when I use plain gpg --decrypt bla.gpg it shows me its contents without problems? I had an expired gpg key and created a new one, but meanwhile already imported my old one. My feeling is that pass is using the wrong GPG key, but I have no clue where to configure it which one to use. Any help appreciated

@samurro there should be a dotfile inside your ~/.password-store and it should contain the recepient

@oht Yes but its a list of email addresses. And the address for both my previous and new GPG Key are the same.

@samurro idk then, sorry, never had that issue🤷‍♂️ my understanding is that there should only be one email though

@samurro
For most tools you can select the specific key by defining it is fingerprint. Even if you change the order of the keys, then the newly encrypted items might be using the wrong key.
@oht