From 873a388fdb5faeb869881cc780de16c96385e433 Mon Sep 17 00:00:00 2001 From: LiudmylaNad Date: Tue, 4 Aug 2026 11:54:54 +0200 Subject: docs: fix MyST roles used inside eval-rst blocks (#2125) * docs: fix MyST roles used inside eval-rst blocks * Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/configuration/service/ssh.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/configuration/service/ssh.md') diff --git a/docs/configuration/service/ssh.md b/docs/configuration/service/ssh.md index c038e27d..903e3a4e 100644 --- a/docs/configuration/service/ssh.md +++ b/docs/configuration/service/ssh.md @@ -31,7 +31,7 @@ to tighter security in VyOS 1.2. ::: ```{eval-rst} -.. seealso:: SSH {ref}`ssh_key_based_authentication` +.. seealso:: SSH :ref:`ssh_key_based_authentication` ``` ## Configuration @@ -79,7 +79,7 @@ to tighter security in VyOS 1.2. ```{eval-rst} .. cfgcmd:: set service ssh mac - Specifies the available {abbr}`MAC (Message Authentication Code)` algorithms. + 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 by using multiple commands, defining one algorithm per command. @@ -111,7 +111,7 @@ to tighter security in VyOS 1.2. ```{eval-rst} .. cfgcmd:: set service ssh key-exchange - Specify allowed {abbr}`KEX (Key Exchange)` algorithms. + Specify allowed :abbr:`KEX (Key Exchange)` algorithms. List of supported algorithms: ``diffie-hellman-group1-sha1``, ``diffie-hellman-group14-sha1``, ``diffie-hellman-group14-sha256``, @@ -131,7 +131,7 @@ to tighter security in VyOS 1.2. ```{eval-rst} .. cfgcmd:: set service ssh vrf - Specify name of the {abbr}`VRF (Virtual Routing and Forwarding)` instance. + Specify name of the :abbr:`VRF (Virtual Routing and Forwarding)` instance. ``` ## Dynamic-protection @@ -233,7 +233,7 @@ offending IP is blocked. Offenders are unblocked after a set interval. .. opcmd:: generate public-key-command user path Generate the configuration mode commands to add a public key for - {ref}`ssh_key_based_authentication`. + :ref:`ssh_key_based_authentication`. ```` can be a local path or a URL pointing at a remote file. Supported remote protocols are FTP, FTPS, HTTP, HTTPS, SCP/SFTP and TFTP. -- cgit v1.2.3