From 45dd49e569d4c252b899f09d605e6674d6d811a1 Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Thu, 18 Jan 2024 11:19:00 +0100 Subject: [PATCH] doc: remove rpki ssh local server public key It is not used anymore. Fixes: 2a5f5ec00f ("bgpd: Drop SSH public key for RPKI CLI option") Signed-off-by: Louis Scalbert --- doc/user/rpki.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/rpki.rst b/doc/user/rpki.rst index 1cfb0faae7..a91849ccd7 100644 --- a/doc/user/rpki.rst +++ b/doc/user/rpki.rst @@ -252,7 +252,7 @@ RPKI Configuration Example rpki polling_period 1000 rpki timeout 10 ! SSH Example: - rpki cache example.com source 198.51.100.223 22 rtr-ssh ./ssh_key/id_rsa ./ssh_key/id_rsa.pub preference 1 + rpki cache example.com source 198.51.100.223 22 rtr-ssh ./ssh_key/id_rsa preference 1 ! TCP Example: rpki cache rpki-validator.realmv6.org 8282 preference 2 exit -- 2.39.5