summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-08-12 18:24:18 -0700
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-08-12 18:24:18 -0700
commit70674cae8b3d69d0e750125387b26c0d5857c5ba (patch)
treec842b0707e6d7757000f5d72cff471de8bae5477 /website
parent0565fa2f4dd1e6b563d00771bf71142c4004aa9d (diff)
fix another bug when processing ssh key files that do not exist.
Diffstat (limited to 'website')
-rw-r--r--website/bugs/monkeysphere-should-respect-keyserver-settings-in-gpg.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/website/bugs/monkeysphere-should-respect-keyserver-settings-in-gpg.conf b/website/bugs/monkeysphere-should-respect-keyserver-settings-in-gpg.conf
deleted file mode 100644
index 31468bc..0000000
--- a/website/bugs/monkeysphere-should-respect-keyserver-settings-in-gpg.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-[[meta title="Monkeysphere should consult keyserver setting in gpg.conf"]]
-
-Currently, monkeysphere-ssh-proxycommand checks the following places to
-determine which keyserver to use (in order of priority):
-
- * environment variable (MONKEYSPHERE_KEYSERVER)
- * KEYSERVER variable in ~/.config/monkeysphere/monkeysphere.conf
- * default value of subkeys.pgp.net
-
-It would be useful if monkeysphere also consulted ~/.gnupg/gpg.conf, using the
-following order instead:
-
- * environment variable (MONKEYSPHERE_KEYSERVER)
- * KEYSERVER variable in ~/.config/monkeysphere/monkeysphere.conf
- * keyserver variable in ~/.gnupg/gpg.conf
- * default value of subkeys.pgp.net
-
-- Sir Jam Jam