From: Daniel Kahn Gillmor
Date: Tue, 2 Sep 2008 05:12:52 +0000 (-0400)
Subject: completing the service-specific hostname canonicalization (i think).
X-Git-Tag: monkeysphere_0.12-1~31^2~5
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e2e87dd0cba22432aa16151bafe5db0b145a3478;p=monkeysphere.git
completing the service-specific hostname canonicalization (i think).
---
diff --git a/doc/announcement.html b/doc/announcement.html
index 1787142..68607ac 100644
--- a/doc/announcement.html
+++ b/doc/announcement.html
@@ -30,8 +30,8 @@ key) across a group of machines by disabling authentication for that
user?
A group of us have been working on a public key infrastructure for
-SSH. Monkeysphere makes use of
-the existing OpenPGP web-of-trust to fetch and cryptographically
+SSH. Monkeysphere makes use
+of the existing OpenPGP web-of-trust to fetch and cryptographically
validate (and revoke!) keys. This works in either directions: both
authorized_keys
and known_hosts
are
handled. Monkeysphere gives users and admins tools to deal with SSH
@@ -39,14 +39,17 @@ keys by thinking about the people and machines to whom the keys
belong, instead of requiring humans to do tedious (and error-prone)
manual key verification.
-We have debian packages
+We have debian packages
available which should install against lenny, a mailing
list, and open ears for good questions, suggestions and
criticism.
-If you have a chance to give it a try (as a user
-or as an admin), it would be great to If you have a chance to give it a try (as a
+user or as an
+admin), it would be great to get
feedback.
diff --git a/doc/george/changelog b/doc/george/changelog
index 5c2f010..8b03a7f 100644
--- a/doc/george/changelog
+++ b/doc/george/changelog
@@ -12,6 +12,8 @@
with ikiwiki updates
* moved apt repository over to http://archive.monkeysphere.info/
* aptitude update && aptitude dist-upgrade
+ * canonicalizing hostname for normal web access to
+ http://web.monkeysphere.info
2008-08-26 - dkg
* aptitude update && aptitude full-upgrade
diff --git a/src/monkeysphere-server b/src/monkeysphere-server
index 4c8ecdc..2966f7c 100755
--- a/src/monkeysphere-server
+++ b/src/monkeysphere-server
@@ -469,7 +469,7 @@ revoke_hostname() {
echo "WARNING: There is a known bug in this function."
echo "This function has been known to occasionally revoke the wrong user ID."
echo "Please see the following bug report for more information:"
- echo "http://monkeysphere.info/bugs/revoke-hostname-revoking-wrong-userid/"
+ echo "http://web.monkeysphere.info/bugs/revoke-hostname-revoking-wrong-userid/"
read -p "Are you sure you would like to proceed? (y/N) " OK; OK=${OK:=N}
if [ ${OK/y/Y} != 'Y' ] ; then
failure "aborting."
diff --git a/website/bugs/add-man-pages-to-website.mdwn b/website/bugs/add-man-pages-to-website.mdwn
index 4a8d2e2..399438a 100644
--- a/website/bugs/add-man-pages-to-website.mdwn
+++ b/website/bugs/add-man-pages-to-website.mdwn
@@ -1,7 +1,7 @@
[[meta title="Add man pages to web site"]]
We should publish the various monkeysphere man pages in browsable form
-somewhere under http://monkeysphere.info/. Ideally, this would be
+somewhere under http://web.monkeysphere.info/. Ideally, this would be
updated automatically from the sources for the official man pages
themselves.