diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2026-08-04 11:54:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 10:54:54 +0100 |
| commit | 873a388fdb5faeb869881cc780de16c96385e433 (patch) | |
| tree | a45874674c10ef5611e39b040ecc01ec48f8911b /docs/configuration/service/ssh.md | |
| parent | 2ea0928fc0277eacb208765ab119055908b8e184 (diff) | |
| download | vyos-documentation-sagitta.tar.gz vyos-documentation-sagitta.zip | |
docs: fix MyST roles used inside eval-rst blocks (#2125)sagitta
* 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>
Diffstat (limited to 'docs/configuration/service/ssh.md')
| -rw-r--r-- | docs/configuration/service/ssh.md | 10 |
1 files changed, 5 insertions, 5 deletions
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 <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 <kex> - 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 <name> - 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 <username> path <location> Generate the configuration mode commands to add a public key for - {ref}`ssh_key_based_authentication`. + :ref:`ssh_key_based_authentication`. ``<location>`` 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. |
