summaryrefslogtreecommitdiff
path: root/debian/openssh-known-hosts.cron.d
blob: 62ec02d5c52671ca4959c2d443d7f051caf14464 (plain)
1
2
3
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; }