diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/bugs/install-seckey2sshagent-in-usr-bin.mdwn | 22 | ||||
-rw-r--r-- | website/bugs/multiple-hostnames.mdwn | 15 | ||||
-rw-r--r-- | website/bugs/setup-test-server-for-public.mdwn | 16 | ||||
-rw-r--r-- | website/download.mdwn | 8 | ||||
-rw-r--r-- | website/favicon.ico | bin | 903 -> 937 bytes |
5 files changed, 46 insertions, 15 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 diff --git a/website/download.mdwn b/website/download.mdwn index a4228dd..f215f80 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -6,8 +6,8 @@ by following these directions: You can add this repo to your system by putting the following lines in /etc/apt/sources.list.d/monkeysphere.list: - deb http://george.riseup.net/debian experimental monkeysphere - deb-src http://george.riseup.net/debian experimental monkeysphere + deb http://monkeysphere.info/debian experimental monkeysphere + deb-src http://monkeysphere.info/debian experimental monkeysphere The repository is currently signed by [Daniel Kahn Gillmor's OpenPGP key](http://fifthhorseman.net/dkg.gpg "dkg's key"), key id D21739E9 (fingerprint: `0EE5 BE97 9282 D80B 9F75 40F1 CCD2 ED94 D217 39E9`). @@ -22,6 +22,10 @@ can [git clone](http://www.kernel.org/pub/software/scm/git/docs/git-clone.html) any of the developer repositories, including: +The git repo from this web site: + + git clone git://monkeysphere.info/monkeysphere monkeysphere + [Jameson Graef Rollins](http://cmrg.fifthhorseman.net/wiki/jrollins): git clone http://lair.fifthhorseman.net/~jrollins/git/monkeysphere.git monkeysphere diff --git a/website/favicon.ico b/website/favicon.ico Binary files differindex dc30bcc..13b5efc 100644 --- a/website/favicon.ico +++ b/website/favicon.ico |