summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsrividya0208 <a.srividya@vyos.io>2023-11-09 05:34:09 -0500
committersrividya0208 <a.srividya@vyos.io>2023-11-09 08:19:04 -0500
commit040472e04348508d6711d30b9b74796b0ecb32ac (patch)
tree640fe691f467b3db146e25907628360ec7853816 /docs
parent4d7e44d3e7a80d028a12785ccaed4d78ab7636bd (diff)
downloadvyos-documentation-040472e04348508d6711d30b9b74796b0ecb32ac.tar.gz
vyos-documentation-040472e04348508d6711d30b9b74796b0ecb32ac.zip
correction of typos
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/protocols/rpki.rst4
-rw-r--r--docs/configuration/vpn/rsa-keys.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/protocols/rpki.rst b/docs/configuration/protocols/rpki.rst
index 294a91f8..827bfe1a 100644
--- a/docs/configuration/protocols/rpki.rst
+++ b/docs/configuration/protocols/rpki.rst
@@ -127,8 +127,8 @@ SSH
===
Connections to the RPKI caching server can not only be established by HTTP/TLS
-but you can also rely on a secure SSH session to the server. To enable SSH you
-first need to create yoursels an SSH client keypair using ``generate ssh
+but you can also rely on a secure SSH session to the server. To enable SSH,
+first you need to create an SSH client keypair using ``generate ssh
client-key /config/auth/id_rsa_rpki``. Once your key is created you can setup
the connection.
diff --git a/docs/configuration/vpn/rsa-keys.rst b/docs/configuration/vpn/rsa-keys.rst
index a95f5f33..1ebab731 100644
--- a/docs/configuration/vpn/rsa-keys.rst
+++ b/docs/configuration/vpn/rsa-keys.rst
@@ -17,7 +17,7 @@ install <key-pair nam>>". You may choose different length than 2048 of course.
Note: If you plan to use the generated key on this router, do not encrypt the private key.
Do you want to encrypt the private key with a passphrase? [y/N] N
Configure mode commands to install key pair:
- Do you want to install the public key? [Y/n] Yrgerg
+ Do you want to install the public key? [Y/n] Y
set pki key-pair ipsec-LEFT public key 'MIIBIjANBgkqh...'
Do you want to install the private key? [Y/n] Y
set pki key-pair ipsec-LEFT private key 'MIIEvgIBADAN...'