mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 18:42:05 +01:00
ntp: T5112: NTS support in chrony
Add `nts` option for NTP server.
This commit is contained in:
parent
676d652519
commit
f69e9d8c74
@ -50,13 +50,16 @@ Configuration
|
|||||||
* ``1.pool.ntp.org``
|
* ``1.pool.ntp.org``
|
||||||
* ``2.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.
|
Configure one or more attributes to the given NTP server.
|
||||||
|
|
||||||
* ``noselect`` marks the server as unused, except for display purposes. The
|
* ``noselect`` marks the server as unused, except for display purposes. The
|
||||||
server is discarded by the selection algorithm.
|
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
|
* ``pool`` mobilizes persistent client mode association with a number of
|
||||||
remote servers.
|
remote servers.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user