summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-06-18 23:42:41 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-06-18 23:42:41 -0400
commit18c15c1adf65d47df5b3753c99f06092d81906d0 (patch)
treedb4d14eb2e51d2dbd9d43646b2c26468b3ae5a36 /doc
parent2286a5520d8c5a39370350c2a45f9dd32870c0bc (diff)
parent8a977a8371f2ea54e3888494e1b474befeba318b (diff)
Merge commit 'micah/master'
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO7
-rw-r--r--doc/george/changelog19
2 files changed, 26 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 905d198..bf51ae0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,13 @@
Next-Steps Monkeysphere Projects:
---------------------------------
+Detail advantages of monkeysphere: detail the race conditions in ssh,
+ and how the monkeysphere can help you reduce these threat vectors:
+ threat model reduction diagrams
+
+Determine how openssh handles multiple processes writing to
+ known_hosts file (atomic appends?)
+
Handle unknown hosts in such a way that they're not always removed
from known_hosts file. Ask user to lsign the host key?
diff --git a/doc/george/changelog b/doc/george/changelog
new file mode 100644
index 0000000..2442061
--- /dev/null
+++ b/doc/george/changelog
@@ -0,0 +1,19 @@
+******************************************************************************
+* *
+* george system log *
+* *
+******************************************************************************
+* Please add new entries in reverse chronological order whenever you make *
+* changes to this system *
+******************************************************************************
+
+
+2008-06-18 - micah
+ * debootstrap'd debian etch install
+ * installed /etc/apt/sources.list with local proxy sources for etch,
+ testing, unstable, backports and volatile
+ * configured /etc/apt/preferences and apt.conf.d/local-conf to
+ pin etch, but make testing, sid and backports available
+ * added backports.org apt-key
+ * installed openssh-server and openssh-client packages
+ * added dkg, jrollins, mjgoins ssh public_keys to /root/.ssh/authorized_keys