diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-08-29 14:07:11 -0300 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-29 20:32:37 +0000 |
commit | 5615a6ea40ef7049263d644fc14df728d98e785e (patch) | |
tree | 57e68ff80a4f7bd7ab9ceaf411784c4140ca4360 | |
parent | 4d6e71ea0338a7c9d3a4bc279f65189ecb109bb6 (diff) | |
download | vyos-documentation-5615a6ea40ef7049263d644fc14df728d98e785e.tar.gz vyos-documentation-5615a6ea40ef7049263d644fc14df728d98e785e.zip |
SSH: change command configuration documentation since its wrong. Appropriate command is <set service ssh mac ...>. Also add clear statement on how to define multiple algorithms.
(cherry picked from commit ccf50ef211c14661bae100a640d70c981b393934)
-rw-r--r-- | docs/configuration/service/ssh.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index efdbc651..bb76e3d9 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``, |