summaryrefslogtreecommitdiff
path: root/website/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'website/bugs')
-rw-r--r--website/bugs/install-seckey2sshagent-in-usr-bin.mdwn22
-rw-r--r--website/bugs/multiple-hostnames.mdwn15
-rw-r--r--website/bugs/setup-test-server-for-public.mdwn16
3 files changed, 40 insertions, 13 deletions
diff --git a/website/bugs/install-seckey2sshagent-in-usr-bin.mdwn b/website/bugs/install-seckey2sshagent-in-usr-bin.mdwn
index e1ca0e4..5b19b13 100644
--- a/website/bugs/install-seckey2sshagent-in-usr-bin.mdwn
+++ b/website/bugs/install-seckey2sshagent-in-usr-bin.mdwn
@@ -5,17 +5,23 @@ much easier for people to use.
---
-I'm not sure I really want to include this hack with the debs. It's really not useful for any kind of regular use. I would rather focus on getting openpgp2ssh to support passprotected keys.
+I'm not sure I really want to include this hack with the debs. It's
+really not useful for any kind of regular use. I would rather focus
+on getting openpgp2ssh to support passprotected keys.
-As another possibility, I was planning on modifying the script so that it could export to a passprotected file. I think this would be a lot more useful. Let me get that working, then let's revist the issue of including it in the packaging.
+As another possibility, I was planning on modifying the script so that
+it could export to a passprotected file. I think this would be a lot
+more useful. Let me get that working, then let's revist the issue of
+including it in the packaging.
--- Big Jimmy.
+-- Big Jimmy
---
-> Ok - sounds good to me. I'm thinking in terms of getting other people to try
-> out the Monkeysphere - maybe the README should just say: we're only half
-> done. You can verify the identity of servers, but we haven't completed the
-> part about verifying you to a server. Then it could say: if you're really
-> interested, you can run this hacky script but we make no guarantees.
+Ok - sounds good to me. I'm thinking in terms of getting other people to try
+out the Monkeysphere - maybe the README should just say: we're only half
+done. You can verify the identity of servers, but we haven't completed the
+part about verifying you to a server. Then it could say: if you're really
+interested, you can run this hacky script but we make no guarantees.
+
-- Sir Jam Jam
diff --git a/website/bugs/multiple-hostnames.mdwn b/website/bugs/multiple-hostnames.mdwn
new file mode 100644
index 0000000..ab5e4e2
--- /dev/null
+++ b/website/bugs/multiple-hostnames.mdwn
@@ -0,0 +1,15 @@
+[[meta title="Support multiple host names for monkeysphere-enabled servers"]]
+
+Some monkeysphere-enabled hosts answer to multiple host names, but the
+current `monkeysphere-server` only generates a single User ID
+corresponding to a single hostname.
+
+We should make it easier for machines with multiple names to create
+multiple User IDs at `gen-key` time.
+
+We should also make it easy to add new hostnames (and remove outdated
+ones).
+
+For example: `george.riseup.net` is now also known as
+`monkeysphere.info`. It'd be nice to have a convenient way to add
+that hostname to the key without mucking around with gpg directly.
diff --git a/website/bugs/setup-test-server-for-public.mdwn b/website/bugs/setup-test-server-for-public.mdwn
index b659b53..2cafafc 100644
--- a/website/bugs/setup-test-server-for-public.mdwn
+++ b/website/bugs/setup-test-server-for-public.mdwn
@@ -14,11 +14,15 @@ authentication, I guess.
-- Big Jimmy.
-> Maybe we should use George? As you point out - it doesn't actually
-> have to do any user authentication. It seems like a waste to have a
-> virtual machine that does nothing but deny people's ssh connections.
-> And - george is already setup and ready to go.
-> -- Sir Jam Jam
+---
+
+Maybe we should use George? As you point out - it doesn't actually
+have to do any user authentication. It seems like a waste to have a
+virtual machine that does nothing but deny people's ssh connections.
+And - george is already setup and ready to go.
+-- Sir Jam Jam
+
+---
I like the idea of using George for this. There's nothing wrong with
denying people's ssh connections. Also, we could make public user
@@ -38,3 +42,5 @@ write a simple note like:
You can verify george's ssh host key with the monkeysphere
before you connect to the host. Here's how...
+
+--dkg