add proposal for cron.hourly script
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 18 Jul 2009 18:10:38 +0000 (14:10 -0400)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sat, 18 Jul 2009 18:10:38 +0000 (14:10 -0400)
etc/cron.hourly/monkeysphere [new file with mode: 0755]

diff --git a/etc/cron.hourly/monkeysphere b/etc/cron.hourly/monkeysphere
new file mode 100755 (executable)
index 0000000..b62eb12
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+# monkeysphere-authentication cron.hourly script
+#
+# The monkeysphere scripts are written by:
+# Jameson Rollins <jrollins@fifthhorseman.net>
+# Jamie McClelland <jm@mayfirst.org>
+# Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+# Micah Anderson <micah@riseup.net>
+#
+# They are Copyright 2008-2009, and are all released under the GPL, version 3
+# or later.
+
+# update all keys from the key servers
+monkeysphere-authentication refresh-keys
+
+# update all user authorized_keys files
+monkeysphere-authentication update-users