X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=etc%2Fcron.hourly%2Fmonkeysphere;fp=etc%2Fcron.hourly%2Fmonkeysphere;h=b62eb123f612260b169de8ecb5a3eec6a8b5428a;hb=7a69358eb9d8bbfd2ea367ee711b1a896766024a;hp=0000000000000000000000000000000000000000;hpb=70a2eb33f5946ff97bc99a5fd2610ef3c43ee49f;p=monkeysphere.git 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 +# Jamie McClelland +# Daniel Kahn Gillmor +# Micah Anderson +# +# 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