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