From ccf50ef211c14661bae100a640d70c981b393934 Mon Sep 17 00:00:00 2001 From: Nicolas Fort Date: Thu, 29 Aug 2024 14:07:11 -0300 Subject: SSH: change command configuration documentation since its wrong. Appropriate command is . Also add clear statement on how to define multiple algorithms. --- docs/configuration/service/ssh.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') 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 +.. cfgcmd:: set service ssh 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``, -- cgit v1.2.3 From 5416ec288c3aa17c161aeb9b3026c2c63ce94f7b Mon Sep 17 00:00:00 2001 From: Nicolas Fort Date: Thu, 29 Aug 2024 15:58:06 -0300 Subject: ntp: T6344: only one entry per IP family is supported for command --- docs/configuration/service/ntp.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 `
` 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
-- cgit v1.2.3