blob: ea796a800ac814cf5e17e5dff2fad87f88c98c9d (
plain)
1
2
3
4
|
#
# Regular cron jobs for the openssh-known-hosts package
#
0 * * * * root [ -x /usr/bin/update-openssh-known-hosts ] && { sleep `od -An -N1 -tu1 /dev/urandom`; /usr/bin/update-openssh-known-hosts; }
|