summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/configuration/service/snmp.rst3
-rw-r--r--docs/configuration/service/ssh.rst3
-rw-r--r--docs/configuration/service/tftp-server.rst4
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
-------