I have a FreeBSD server used as an NTP server with md5 as authentication.
If I want to connect to it from a FreeBSD/Linux machine which has ntpd, I can simply add something along the lines of server 192.168.1.1 key 10
in /etc/ntp.conf
and then specify the server sided key in /etc/ntp/keys
.
But how would I do this on a server like Proxmox which has timesyncd? Should I uninstall timesyncd and get ntpd. I'm not exactly sure if timesyncd allows syncing over NTP with md5.