diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-11-09 13:27:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 13:27:19 +0000 |
commit | e4785773bf5f4e8a666fbe3dd6ee5fe06230f001 (patch) | |
tree | 1f674e90433785ac3bbd0033c27f37acc036cd29 /docs | |
parent | ebde99a0456b70e78bc4384c94d92cbb7570630c (diff) | |
parent | 040472e04348508d6711d30b9b74796b0ecb32ac (diff) | |
download | vyos-documentation-e4785773bf5f4e8a666fbe3dd6ee5fe06230f001.tar.gz vyos-documentation-e4785773bf5f4e8a666fbe3dd6ee5fe06230f001.zip |
Merge pull request #1146 from srividya0208/minor_errors
correction of typos
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/protocols/rpki.rst | 4 | ||||
-rw-r--r-- | docs/configuration/vpn/rsa-keys.rst | 2 |
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...' |