diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-05-21 08:00:24 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-05-21 13:23:16 +0200 |
commit | d536fb675bba7bdc61f1efbf3794c09ab965e559 (patch) | |
tree | 3fd956a3977788809e5c4d71bf893b53d423da3a /doc | |
parent | bgpd: Split `rpki cache` command into separate per SSH/TCP (diff) | |
download | frr-d536fb675bba7bdc61f1efbf3794c09ab965e559.tar.xz frr-d536fb675bba7bdc61f1efbf3794c09ab965e559.zip |
bgpd: Rename SERVER_PUBKEY to KNOWN_HOSTS_PATH
SERVER_PUBKEY is not the best name to describe what it really is.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/rpki.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/rpki.rst b/doc/user/rpki.rst index 394327e2f..98f9b103c 100644 --- a/doc/user/rpki.rst +++ b/doc/user/rpki.rst @@ -135,7 +135,7 @@ The following commands are available for independent of a specific cache server. Add a TCP cache server to the socket. -.. clicmd:: rpki cache ssh HOST PORT SSH_USERNAME SSH_PRIVKEY_PATH [SERVER_PUBKEY] [source A.B.C.D] preference (1-255) +.. clicmd:: rpki cache ssh HOST PORT SSH_USERNAME SSH_PRIVKEY_PATH [KNOWN_HOSTS_PATH] [source A.B.C.D] preference (1-255) Add a SSH cache server to the socket. @@ -145,7 +145,7 @@ The following commands are available for independent of a specific cache server. SSH_PRIVKEY_PATH Local path that includes the private key file of the router. - SERVER_PUBKEY + KNOWN_HOSTS_PATH Local path that includes the known hosts file. The default value depends on the configuration of the operating system environment, usually :file:`~/.ssh/known_hosts`. |