diff options
author | Robert Göhler <github@ghlr.de> | 2023-03-27 22:18:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 22:18:57 +0200 |
commit | 191bb86a0a1b27bb134e9c0ced795da0898f55be (patch) | |
tree | 95ddcdc4194c27dd27b84c578ba6e6d8c1a04a87 /docs/configuration | |
parent | a0e2e4c3989082d11d2b20ae470390719a65a695 (diff) | |
parent | f69e9d8c740829f4d20a2fbcfa1ad62824f620f9 (diff) | |
download | vyos-documentation-191bb86a0a1b27bb134e9c0ced795da0898f55be.tar.gz vyos-documentation-191bb86a0a1b27bb134e9c0ced795da0898f55be.zip |
Merge pull request #971 from indrajitr/patch-1
ntp: T5112: NTS support in chrony
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/service/ntp.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/configuration/service/ntp.rst b/docs/configuration/service/ntp.rst index 5b718c4f..08be047c 100644 --- a/docs/configuration/service/ntp.rst +++ b/docs/configuration/service/ntp.rst @@ -50,13 +50,16 @@ Configuration * ``1.pool.ntp.org`` * ``2.pool.ntp.org`` -.. cfgcmd:: set service ntp server <address> <noselect | pool | prefer> +.. cfgcmd:: set service ntp server <address> <noselect | nts | pool | prefer> Configure one or more attributes to the given NTP server. * ``noselect`` marks the server as unused, except for display purposes. The server is discarded by the selection algorithm. + * ``nts`` enables Network Time Security (NTS) for the server as specified + in :rfc:`8915` + * ``pool`` mobilizes persistent client mode association with a number of remote servers. |