summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-07-18 14:10:38 -0400
committerJameson Graef Rollins <jrollins@finestructure.net>2009-07-18 14:10:38 -0400
commit7a69358eb9d8bbfd2ea367ee711b1a896766024a (patch)
treea9bb08044527fa509ca78f3141075561460f87ae /etc
parent70a2eb33f5946ff97bc99a5fd2610ef3c43ee49f (diff)
add proposal for cron.hourly script
Diffstat (limited to 'etc')
-rwxr-xr-xetc/cron.hourly/monkeysphere17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/cron.hourly/monkeysphere b/etc/cron.hourly/monkeysphere
new file mode 100755
index 0000000..b62eb12
--- /dev/null
+++ b/etc/cron.hourly/monkeysphere
@@ -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