mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #1354 from daknob/fix-rpki-rtr-mistake
Fix mistake in RPKI documentation about the use of TLS
This commit is contained in:
commit
aa57ef5cf1
@ -140,11 +140,13 @@ Configuration
|
|||||||
SSH
|
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 TCP using
|
||||||
but you can also rely on a secure SSH session to the server. To enable SSH,
|
the RTR protocol but you can also rely on a secure SSH session to the server.
|
||||||
first you need to create an SSH client keypair using ``generate ssh
|
This provides transport integrity and confidentiality and it is a good idea if
|
||||||
client-key /config/auth/id_rsa_rpki``. Once your key is created you can setup
|
your validation software supports it. To enable SSH, first you need to create
|
||||||
the connection.
|
an SSH client keypair using ``generate ssh client-key
|
||||||
|
/config/auth/id_rsa_rpki``. Once your key is created you can setup the
|
||||||
|
connection.
|
||||||
|
|
||||||
.. cfgcmd:: set protocols rpki cache <address> ssh username <user>
|
.. cfgcmd:: set protocols rpki cache <address> ssh username <user>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user