Skip to content

Commit

Permalink
Merge pull request #1146 from srividya0208/minor_errors
Browse files Browse the repository at this point in the history
correction of typos
  • Loading branch information
dmbaturin authored Nov 9, 2023
2 parents ebde99a + 040472e commit e478577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/protocols/rpki.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/vpn/rsa-keys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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...'
Expand Down

0 comments on commit e478577

Please sign in to comment.