diff options
author | systeembeheerder <19684880+systeembeheerder@users.noreply.github.com> | 2024-08-31 21:14:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 21:14:52 +0200 |
commit | 9e60d0894879cca54fc3f5df14bf0f5e67dc932c (patch) | |
tree | 95992c84464a89ba196a88a2c0a72bed1852dd0b | |
parent | 7321871ad365ce541ab1dba48b4667eac86cbbbc (diff) | |
download | vyos-documentation-9e60d0894879cca54fc3f5df14bf0f5e67dc932c.tar.gz vyos-documentation-9e60d0894879cca54fc3f5df14bf0f5e67dc932c.zip |
ssh: fix typo in "mac" command
-rw-r--r-- | docs/configuration/service/ssh.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index b4018c52..f46683a8 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -64,7 +64,7 @@ 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. |