0

I have found that if I compile NTP myself, the package ntp-keygen is missing Autokey authentication features.

The help screen of my compiled ntp is as follows: enter image description here

Whereas if I just apt-get install ntp, the ntp-keygen help looks like this: enter image description here

From the documentation, these features should be enabled by default. This is confirmed when I check ./configure --help: enter image description here

*the + symbol means it is enabled by default

5
  • As per the docs, you may also need to build and install OpenSSL libraries. As the missing options are related to crypto operations, this seems very likely in your case. Commented Dec 8, 2022 at 4:04
  • 2
    Please don't post images of text. Copy and paste the text itself into your question and format it as code by selecting it and pressing Ctrl-K or by using the editor's {} icon. Commented Dec 8, 2022 at 4:52
  • Hmm I thought OpenSSL is installed if you have SSH? I will take a look at the OpenSSL now. Commented Dec 8, 2022 at 23:36
  • Specifically you need the development packages for openssl installed. Commented Dec 12, 2022 at 7:55
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Dec 12, 2022 at 7:55

1 Answer 1

-1

The fix was to correctly specify the location of the library.

1
  • 1
    No, that was the cause. The fix was to correctly specify the location of the library, which this answer is not saying how to do. Commented Dec 9, 2022 at 7:53

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.