chrony

From Wikipedia, the free encyclopedia
chrony
Original author(s)Richard Curnow[1]
Developer(s)Miroslav Lichvar, Red Hat[1]
Stable release
4.5[2][3] Edit this on Wikidata / 5 December 2023; 4 months ago (5 December 2023)
Repository
Written inC
Operating systemUnix-like
TypeTime synchronization
LicenseGNU GPL v2
Websitechrony-project.org

chrony is an implementation of the Network Time Protocol (NTP). It is an alternative to ntpd, a reference implementation of NTP. It runs on Unix-like operating systems (including Linux and macOS) and is released under the GNU GPL v2.[4] It is the default NTP client and server in Red Hat Enterprise Linux 8 and SUSE Linux Enterprise Server 15,[5][6] and available in many Linux distributions.[7][8][9]

Support for Network Time Security (NTS) was added in version 4.0.[10]

Comparison with the reference implementation[edit]

In contrast to NTPsec, which is a security-focused fork of ntpd, chrony was implemented from scratch.[1] It was designed to synchronize time even in difficult conditions such as intermittent network connections (such as laptops) and congested networks.[1] Some improvements in this regard (compared to reference ntpd) include that it never steps (abruptly adjusts) time outside of startup, can correct for asymmetric network jitters, and can use larger clock rate adjustments on Linux to deal with a broken clock. It typically synchronizes faster and more accurately.[11]

Unlike ntpd, it supports synchronizing the system clock via hardware timestamping (i.e. packet times on the network adapter), improving accuracy of time synchronization between machines on a LAN[4] – to the order of 70 nanoseconds (from asymmetry),[12] comparable to Precision Time Protocol. It also supports synchronization by manual input, so as to perform time correction within an isolated network.[4]

chrony does not implement broadcast, multicast, and anycast modes of operation. It also does not implement the insecure "autokey" authentication.[4] It uses external programs to drive hardware time sources (e.g. gpsd for GNSS), unlike ntpd, which has many built-in drivers.[11]

See also[edit]

References[edit]

  1. ^ a b c d Linux Foundation (2017-09-28). "CII Audit Identifies Most Secure NTP Implementation". Linux Foundation. Archived from the original on 2018-02-03. Retrieved 2019-10-08.
  2. ^ "chrony – News".
  3. ^ "4.5 · Tags · chrony / chrony · GitLab".
  4. ^ a b c d "Comparison of NTP implementations". Chrony project. Retrieved 2019-10-08.
  5. ^ "Migrating to chrony". Red Hat, Inc. Archived from the original on 2019-07-16. Retrieved 2019-10-08.
  6. ^ "Time Synchronization with NTP". SUSE. Retrieved 2019-10-08.
  7. ^ "chrony". Debian. Retrieved 2019-10-08.
  8. ^ "chrony". Fedora Packages. Archived from the original on 2019-10-08. Retrieved 2019-10-08.
  9. ^ "net-misc/chrony". Gentoo Packages. Retrieved 2019-10-08.
  10. ^ "chrony/chrony.git - Official Git repository for the Chrony project". git.tuxfamily.org. Retrieved 2021-07-31.
  11. ^ a b "Chapter 18. Configuring NTP Using the chrony Suite Red Hat Enterprise Linux 7". Red Hat Customer Portal.
  12. ^ "chrony – Configuration examples and accuracy". chrony-project.org.

External links[edit]