diff options
author | Daniel T. Thorpe <daniel.thorpe@citrix.com> | 2021-02-11 03:24:12 +0000 |
---|---|---|
committer | Daniel T. Thorpe <daniel.thorpe@citrix.com> | 2021-02-11 03:24:12 +0000 |
commit | 93e2f6a9620d315b1e0e1b4d4d389deaf83812e6 (patch) | |
tree | 34ed25bf7d803355bc25d7014d87f44c3f06cec3 /docs/configuration/service | |
parent | 1039dc47f2d86a9b0e9388b0566da0f9fc8a89fa (diff) | |
download | vyos-documentation-93e2f6a9620d315b1e0e1b4d4d389deaf83812e6.tar.gz vyos-documentation-93e2f6a9620d315b1e0e1b4d4d389deaf83812e6.zip |
docs: fix linting errors
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/snmp.rst | 3 | ||||
-rw-r--r-- | docs/configuration/service/ssh.rst | 3 | ||||
-rw-r--r-- | docs/configuration/service/tftp-server.rst | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/docs/configuration/service/snmp.rst b/docs/configuration/service/snmp.rst index 80328c7b..4a5a2780 100644 --- a/docs/configuration/service/snmp.rst +++ b/docs/configuration/service/snmp.rst @@ -201,7 +201,8 @@ VyOS MIBs All SNMP MIBs are located in each image of VyOS here: ``/usr/share/snmp/mibs/`` -You are be able to download the files using SCP, once the SSH service has been activated like so +You are be able to download the files using SCP, once the SSH service +has been activated like so .. code-block:: none diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index c6d0d1e0..6b09d40d 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -153,5 +153,6 @@ Operation | =.. o=.oo| +----[SHA256]-----+ - Two new files ``/config/auth/id_rsa_rpki`` and ``/config/auth/id_rsa_rpki.pub`` + Two new files ``/config/auth/id_rsa_rpki`` and + ``/config/auth/id_rsa_rpki.pub`` will be created. diff --git a/docs/configuration/service/tftp-server.rst b/docs/configuration/service/tftp-server.rst index 76df6a10..d220d789 100644 --- a/docs/configuration/service/tftp-server.rst +++ b/docs/configuration/service/tftp-server.rst @@ -32,8 +32,8 @@ on each IP address. .. cfgcmd:: set service tftp-server allow-upload -Optional, if you want to enable uploads, else TFTP server will act as a read-only -server. +Optional, if you want to enable uploads, else TFTP server will act as a +read-only server. Example ------- |