From 81cc2a130be1e755f4029322f6f4f189443c5cec Mon Sep 17 00:00:00 2001 From: "Daniel T. Thorpe" Date: Thu, 11 Feb 2021 02:51:46 +0000 Subject: docs(snmp.rst): clean up grammar --- docs/configuration/service/snmp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configuration/service/snmp.rst') diff --git a/docs/configuration/service/snmp.rst b/docs/configuration/service/snmp.rst index e962c1c5..80328c7b 100644 --- a/docs/configuration/service/snmp.rst +++ b/docs/configuration/service/snmp.rst @@ -201,7 +201,7 @@ 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 with the a activate ssh service like this +You are be able to download the files using SCP, once the SSH service has been activated like so .. code-block:: none @@ -270,4 +270,4 @@ following content: .. _SNMPv2: https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol#Version_2 .. _SNMPv3: https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol#Version_3 -.. start_vyoslinter \ No newline at end of file +.. start_vyoslinter -- cgit v1.2.3 From 93e2f6a9620d315b1e0e1b4d4d389deaf83812e6 Mon Sep 17 00:00:00 2001 From: "Daniel T. Thorpe" Date: Thu, 11 Feb 2021 03:24:12 +0000 Subject: docs: fix linting errors --- docs/configuration/service/snmp.rst | 3 ++- docs/configuration/service/ssh.rst | 3 ++- docs/configuration/service/tftp-server.rst | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/configuration/service/snmp.rst') 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 ------- -- cgit v1.2.3