Information
Inaccurate time stamps make it more difficult to correlate events and can lead to an inaccurate analysis. Determining the correct time a particular event occurred on a system is critical when conducting forensic analysis and investigating system events. Sources outside the configured acceptable allowance (drift) may be inaccurate.
Synchronizing internal information system clocks provides uniformity of time stamps for information systems with multiple system clocks and systems connected over a network.
Organizations should consider endpoints that may not have regular access to the authoritative time server (e.g., mobile, teleworking, and tactical endpoints).
Note that USNO offers authenticated NTP service to DOD and U.S. Government agencies operating on the NIPR and SIPR networks. Visit https://www.usno.navy.mil/USNO/time/ntp/DOD-customers for more information.
Solution
Configure Ubuntu 22.04 LTS to compare the system clock at least every 24 hours to the authoritative time source.
Add or modify the following line in the "/etc/chrony/chrony.conf" file:
server [source] iburst maxpoll = 16
Restart "chrony.service" for the changes to take effect by using the following command:
$ sudo systemctl restart chrony.service