diff --git a/service/password-manager.md b/service/password-manager.md index b9fedcaf37312b24531daef87c6124b23e251a16..c7cfeaab0ed957e68020aead6b82a2a412cee144 100644 --- a/service/password-manager.md +++ b/service/password-manager.md @@ -117,6 +117,15 @@ TODO: document a step-by-step procedure to recreate a minimal git server or exchange updates to the store. Or Syncthing or Nextcloud maybe? +If the `pass` command somehow fails to find passwords, you *should* be +able to decrypt the passwords with GnuPG directly. Assuming you are in +the password store (e.g. `~/.password-store/tor`), this should work: + + gpg -d < luks/servername + +If that fails, it should tell you which key the file is encrypted +to. You need to find a copy of that private key, somehow. + # Reference <!-- this section is a more in-depth review of how this service works, -->