more comments on bugs.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 14 Aug 2008 17:29:58 +0000 (13:29 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 14 Aug 2008 17:29:58 +0000 (13:29 -0400)
website/bugs/monkeysphere-gen-subkey-fails-without-agent.mdwn
website/bugs/multiple-hostnames.mdwn
website/bugs/setup-test-server-for-public.mdwn

index 28556e363cd783c731c45893d1854cb2debf2558..7e735d287cff929da3eacf066fd3538ee1788541 100644 (file)
@@ -129,3 +129,9 @@ fine.  That should make this bug fairly easy to fix, so I'll get on
 it.
 
 -- BJ (jgr)
+
+---
+
+Alternately, we could use `--passwd-fd` and `ssh-agent`, along the
+lines i proposed [for handling passphrase-locked secret
+keys](handle-passphrase-locked-secret-keys).
index 5668aaecab4dd1d038b64d4efcf17ebd917ef1c3..7597af505c1a3843e13a621ec7b39ba0a263df5c 100644 (file)
@@ -22,3 +22,16 @@ we will continue to rely on the "publish-key" subcommand to actually
 publish all changes to the keys.
 
 -- BJ (jgr)
+
+---
+
+I think [when we reorganize the `monkeysphere-server`
+shortcuts](reorganize-monkeysphere-server-shortcuts) it'll make it
+clearer what the right interface should be.
+
+As for what should actually happen, i think that the server should
+actively revoke old User IDs, rather than removing them.  It should
+probably prompt the administrator to re-publish the host key as well,
+to ensure that the new User IDs are published.
+
+  --dkg
index 2ec2a24baf6c3cf7f8be9a615595bba30497ae46..aa6da61287877c1f80b83c6a707f1075577b1089 100644 (file)
@@ -51,3 +51,19 @@ So do we agree that george is doing what we want, and we can therefore
 close this bug?
 
 -- BJ (jgr)
+
+---
+
+I'm fine with closing this bug, unless we want to set up the limited
+shell access/welcome letter like i described above.  If we want to do
+that, it'd be worth keeping it open until those scripts are written.
+
+I envision a script you'd invoke like:
+
+       root@george# addmsuser foo 'Foo T. Bar <foo@example.org>'
+
+Which would create the `foo` account, populate
+`~foo/.config/monkeysphere/authorized_user_ids`, make a note in a log
+someplace, and send a welcome letter.
+
+--dkg