Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
31 views

why won't pass allow entries to be added or edited?

I have been using pass (cli pw manager) for a couple of years now, and I just started using yubikeys. I have (2) YKs which I configured as duplicates of each other, transferring the same gpg subkeys (...
naphelge's user avatar
0 votes
1 answer
69 views

Decrypting multiple files quicker with gpg

The pass program is a command line utility to store passwords plus free form extra data in small files encrypted with gpg. It provides a grep sub-command in particular to find passwords by the extra ...
Harald's user avatar
  • 958
1 vote
0 answers
320 views

How to use pass-secret-service as a keyring provider without breaking gpg?

Recently, I’ve tried to install nheko, a Matrix client, but I failed using it because it complains it cannot store password and other secrets because there are no providers for org.freedesktop.secrets ...
jthulhu's user avatar
  • 111
0 votes
1 answer
20 views

how do I access Pass files when logged into my user's shell from another user's session?

I just migrated from keepassxc to the linux pass password utility. But I often find myself su'ing to my user's account from another user's session, and when I try to run any pass commands on entries ...
naphelge's user avatar
1 vote
1 answer
333 views

Accidentally deleted ~/.gnupg directory, Now couldn't get passwords with pass. Is it recoverable?

As title said, I accidentally deleted ~/.gnupg directory. $ pass odysee gpg: decryption failed: No secret key I just want to access my password stored with pass. Is it recoverable from this state?, ...
Garid Z.'s user avatar
  • 552
2 votes
1 answer
4k views

How to specify AES-256 algorithm when creating GPG key?

Pardon me if this is not possible. My goal is to utilise pass. From the conducted research, it appears that the pass command utility will require a GPG key before you can store your sensitive data. ...
Jay's user avatar
  • 23
0 votes
1 answer
981 views

How do I access my passwords from `pass` from another computer without transferring private GPG keys?

I recently learned about pass git integration, which allows to sync my passwords with a remote git repo. Which I instantly didn't hesitate to configure. So then I decided to clone this repo on another ...
WhiteBlackGoose's user avatar
1 vote
1 answer
464 views

Remembering gpg pass-phrase for certain processes

I use GNU's password store (pass) to save all my passwords including my email passwords. I have a passphrase set on my GPG keys which is then remembered by gpg-agent for an hour. I also have a cron ...
Tohiko's user avatar
  • 327
1 vote
1 answer
380 views

Pass (password manager) taking a long time to request master password

I have two arch linux machines: desktop & laptop; Both have pass as the password manager, with the same gpg key, versions, passwords; but when asking for password on the laptop popup that asks for ...
Grail Finder's user avatar
0 votes
1 answer
4k views

`gpg: error retrieving "email" via WKD: No data` when trying credential storage for DockerHub login

I want to use the pass credential store for DockerHub login. Therefore, following mainly this link I installed pass (apt install pass) I installed docker-credential-pass, but following the ...
iago's user avatar
  • 135
4 votes
1 answer
2k views

Re-ask master password in pass each time

I just started using pass of by Jason A. Donenfeld as a password manager. I entered a password (e.g. email/[email protected]). To retrieve it I type pass email/[email protected] I'm being asked ...
ecjb's user avatar
  • 465
0 votes
1 answer
378 views

gpg does not prompt for password - dwm

I setup gpg with pass on a new computer and pass does not prompt me for the password of my gpg key, meaning I can't access my encrypted passwords on that computer. What can I do? when I run pass ...
weisbrja's user avatar
  • 241
2 votes
0 answers
2k views

gpg-agent on start up without open session

Environment Ubuntu Server 18.04 gpg2 v2.2.4 pass v1.7.1 Question Is there a way to start gpg-agent --supervised on startup ? When I try to start gpg-agent --supervised, I get : gpg-agent (GnuPG) ...
Florent L.'s user avatar
0 votes
1 answer
1k views

Synchronise passwords across devices with pass

I am looking for a simple, open-source password manager for linux with a CLI. It has to have a way of retrieving a password via the command line, so I can use it in several scripts (that sync my email ...
Ruben's user avatar
  • 159
4 votes
1 answer
7k views

How to make the default-cache-ttl option of gpg-agent work?

I use pass as a password manager. I would like my passphrase to be cached during a certain amount of time to avoid retyping my passphrase every time that I want to clip one of my passwords. Pass is ...
Alain Danet's user avatar
16 votes
1 answer
13k views

How to change passphrase for pass (password manager)

I changed the password for my gpg key. However, beforehand I've built an password store via pass with the same gpg key. Now, whenever I query passwords, I still get asked for my old gpg password. ...
Torsten's user avatar
  • 285
2 votes
0 answers
245 views

Let polkit/pkexec use another application to ask for my password

I would like pkexec (polkit) to always ask for my password through a particular application and not through the default one. What I need is the equivalent of sudo --askpass. I would like that so that ...
Damien Cassou's user avatar
0 votes
1 answer
522 views

Always passing -A (--askpass) to sudo

I would like sudo to always do as if I had passed the -A (--askpass) option. I would like that so that sudo always uses my gnupg agent and password store. It already works if I pass -A manually, but ...
Damien Cassou's user avatar
3 votes
1 answer
3k views

gpg problem in using pass password manager

I would like to use the "pass" password manager. I don't seem to be able to get pass to recognize my public key. $ gpg2 --list-keys /home/johndoe/.gnupg/pubring.gpg ------------------------------- ...
BlueBerry's user avatar
32 votes
5 answers
65k views

pass and gpg: No public key

I'm using the pass for quite a long time; but after exporting my key storage and gpg keys to another machine I see following output: $ gpg --list-key /home/shved/.gnupg/pubring.gpg -------------------...
shved's user avatar
  • 421