diff options
author | Robert Göhler <github@ghlr.de> | 2024-08-29 22:33:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 22:33:10 +0200 |
commit | 4d987ff267b262375520c4596509b1d0c656104f (patch) | |
tree | db6dcee237ec0b1e9fcd1ba994dad4af534f6f14 /docs/configuration/service/ssh.rst | |
parent | 4d6e71ea0338a7c9d3a4bc279f65189ecb109bb6 (diff) | |
parent | bef6d321e34a0325db0dc742afe802b1aa1c7f5c (diff) | |
download | vyos-documentation-mergify/bp/sagitta/pr-1533.tar.gz vyos-documentation-mergify/bp/sagitta/pr-1533.zip |
Merge pull request #1532 from vyos/mergify/bp/sagitta/pr-1531mergify/bp/sagitta/pr-1533
Update ssh and ntp documentation (backport #1531)
Diffstat (limited to 'docs/configuration/service/ssh.rst')
-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``, |