summaryrefslogtreecommitdiff
path: root/website/bugs/monkeysphere-should-respect-keyserver-settings-in-gpg.conf
blob: 31468bce55665fa13f80cc4bd95fe992f6436f0c (plain)
  1. [[meta title="Monkeysphere should consult keyserver setting in gpg.conf"]]
  2. Currently, monkeysphere-ssh-proxycommand checks the following places to
  3. determine which keyserver to use (in order of priority):
  4. * environment variable (MONKEYSPHERE_KEYSERVER)
  5. * KEYSERVER variable in ~/.config/monkeysphere/monkeysphere.conf
  6. * default value of subkeys.pgp.net
  7. It would be useful if monkeysphere also consulted ~/.gnupg/gpg.conf, using the
  8. following order instead:
  9. * environment variable (MONKEYSPHERE_KEYSERVER)
  10. * KEYSERVER variable in ~/.config/monkeysphere/monkeysphere.conf
  11. * keyserver variable in ~/.gnupg/gpg.conf
  12. * default value of subkeys.pgp.net
  13. - Sir Jam Jam