Home · OpenBSD · OpenBSD NTP update

OpenBSD NTP update

Task: Ensure reliable, and secure time synchronization on OpenBSD.
Description: Over time, a computer's clock may be inaccurate. The Network Time Protocol (NTP) is one way to ensure your clock stays accurate on your OpenBSD server.
Howto: Ensure that NTP is active: cat /etc/rc.conf.local should say:
ntpd_flags= # enabled during install
Issue the command in terminal: ntpd -s
See the actual date via the command date

22.10.2010. 20:12