summaryrefslogtreecommitdiff
path: root/docs/configuration/service/ssh.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/service/ssh.md')
-rw-r--r--docs/configuration/service/ssh.md10
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.