mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #1146 from srividya0208/minor_errors
correction of typos
This commit is contained in:
commit
e4785773bf
@ -127,8 +127,8 @@ SSH
|
|||||||
===
|
===
|
||||||
|
|
||||||
Connections to the RPKI caching server can not only be established by HTTP/TLS
|
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
|
but you can also rely on a secure SSH session to the server. To enable SSH,
|
||||||
first need to create yoursels an SSH client keypair using ``generate 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
|
client-key /config/auth/id_rsa_rpki``. Once your key is created you can setup
|
||||||
the connection.
|
the connection.
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
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
|
Do you want to encrypt the private key with a passphrase? [y/N] N
|
||||||
Configure mode commands to install key pair:
|
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...'
|
set pki key-pair ipsec-LEFT public key 'MIIBIjANBgkqh...'
|
||||||
Do you want to install the private key? [Y/n] Y
|
Do you want to install the private key? [Y/n] Y
|
||||||
set pki key-pair ipsec-LEFT private key 'MIIEvgIBADAN...'
|
set pki key-pair ipsec-LEFT private key 'MIIEvgIBADAN...'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user