diff options
Diffstat (limited to 'debian/openssh-known-hosts.cron.d')
-rw-r--r-- | debian/openssh-known-hosts.cron.d | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/openssh-known-hosts.cron.d b/debian/openssh-known-hosts.cron.d new file mode 100644 index 0000000..62ec02d --- /dev/null +++ b/debian/openssh-known-hosts.cron.d @@ -0,0 +1,4 @@ +# +# Regular cron jobs for the openssh-known-hosts package +# +0 * * * * root [ -x /usr/sbin/update-openssh-known-hosts ] && { sleep `od -An -N1 -tu1 /dev/urandom`; /usr/sbin/update-openssh-known-hosts; } |