14 lines
398 B
Org Mode
14 lines
398 B
Org Mode
:PROPERTIES:
|
|
:ID: 404dad63-5eb6-4328-ae85-475874b48ac4
|
|
:END:
|
|
#+title: keychain
|
|
#+filetags: :linux:
|
|
|
|
A Linux program that allows access to the gpg keychain. The password should only have to be entered once. Keychain is called in the HerbstluftWM config.
|
|
|
|
* The command there is:
|
|
#+begin_src sh
|
|
keychain --agents gpg
|
|
#+end_src
|
|
This will only consider the gpg agents, but not the ssh agents.
|