Skip to content

Commit

Permalink
Merge pull request #1532 from vyos/mergify/bp/sagitta/pr-1531
Browse files Browse the repository at this point in the history
Update ssh and ntp documentation (backport #1531)
  • Loading branch information
rebortg authored Aug 29, 2024
2 parents 4d6e71e + bef6d32 commit 4d987ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/configuration/service/ntp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
5 changes: 3 additions & 2 deletions docs/configuration/service/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``,
Expand Down

0 comments on commit 4d987ff

Please sign in to comment.