An XCCDF Group - A logical subset of the XCCDF Benchmark
ntpd
chronyd
ntp
chrony
Chronyd
Autokey
$ sudo zypper install chrony
# systemctl enable chronyd.service
$ sudo systemctl is-active chronyd
active
$ sudo systemctl is-active ntpd
$ sudo systemctl enable ntp.service
$ sudo systemctl enable ntpd.service
systemd_timesyncd
$ sudo systemctl enable systemd_timesyncd.service
Chrony
/etc/chrony.conf
server <remote-server>
maxpoll
/etc/ntp.conf
server
pool
server ntpserver
OPTIONS
/etc/sysconfig/chronyd
-u chrony
OPTIONS="-u chrony"
/etc/ntpd.conf
restrict -4 default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
/etc/sysconfig/ntpd
OPTIONS="-u ntp:ntp"
systemd-timesyncd
/etc/systemd/timesyncd.conf