summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2008-08-08 10:46:36 -0400
committerJamie McClelland <jm@mayfirst.org>2008-08-08 10:46:36 -0400
commit7ee8b7563301c329b3b8850cfbb5c918b9892b7f (patch)
treea4421ff89f2a1f3df8811f11ee17e3677f311572
parente1b9c5840f22837b33bab07509258a9c621e9ba6 (diff)
adding new bug.
-rw-r--r--website/bugs/monkeysphere-should-respect-keyserver-settings-in-gpg.conf18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 0000000..31468bc
--- /dev/null
+++ b/website/bugs/monkeysphere-should-respect-keyserver-settings-in-gpg.conf
@@ -0,0 +1,18 @@
+[[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