diff options
author | Robert Göhler <github@ghlr.de> | 2024-08-29 22:31:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 22:31:53 +0200 |
commit | a78cb7a7cb2b21855e193d48e7c87edf403e2d14 (patch) | |
tree | 6db49c8e08d9cb1cad214bcd0078033bb1d94ac7 | |
parent | 78c7e67fbefa8e7d36643a1a084554629d655d06 (diff) | |
parent | 5416ec288c3aa17c161aeb9b3026c2c63ce94f7b (diff) | |
download | vyos-documentation-a78cb7a7cb2b21855e193d48e7c87edf403e2d14.tar.gz vyos-documentation-a78cb7a7cb2b21855e193d48e7c87edf403e2d14.zip |
Merge pull request #1531 from nicolas-fort/ntp-address
Update ssh and ntp documentation
-rw-r--r-- | docs/configuration/service/ntp.rst | 3 | ||||
-rw-r--r-- | docs/configuration/service/ssh.rst | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/configuration/service/ntp.rst b/docs/configuration/service/ntp.rst index 266376cf..f82baa34 100644 --- a/docs/configuration/service/ntp.rst +++ b/docs/configuration/service/ntp.rst @@ -71,7 +71,8 @@ Configuration NTP process will only listen on the specified IP address. You must specify the `<address>` and optionally the permitted clients. Multiple listen - addresses can be configured. + addresses for same IP family is no longer supported. Only one IPv4 and one + IPv6 address can be configured, using separate commands for each. .. cfgcmd:: set service ntp allow-client address <address> diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index d3ca51b5..e7642433 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -64,11 +64,12 @@ Configuration Disable the host validation through reverse DNS lookups - can speedup login time when reverse lookup is not possible. -.. cfgcmd:: set service ssh macs <mac> +.. cfgcmd:: set service ssh mac <mac> Specifies the available :abbr:`MAC (Message Authentication Code)` algorithms. The MAC algorithm is used in protocol version 2 for data integrity protection. - Multiple algorithms can be provided. + Multiple algorithms can be provided by using multiple commands, defining + one algorithm per command. List of supported MACs: ``hmac-md5``, ``hmac-md5-96``, ``hmac-ripemd160``, ``hmac-sha1``, ``hmac-sha1-96``, ``hmac-sha2-256``, ``hmac-sha2-512``, |