diff options
author | Aitor <mail@aitorpazos.es> | 2025-02-14 13:58:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 13:58:26 +0000 |
commit | 1878c99f7c10cdf44fd6aff17ba32e1dfcc15ba1 (patch) | |
tree | eeca4a305fc4a69af3b717707ad067b5aae74ddd | |
parent | 91c21a2fc1f616bb9d99c0ad88a9ebaf74881706 (diff) | |
download | vyos-documentation-1878c99f7c10cdf44fd6aff17ba32e1dfcc15ba1.tar.gz vyos-documentation-1878c99f7c10cdf44fd6aff17ba32e1dfcc15ba1.zip |
Fix typo in tacacs commands in login.rst
`tacas` is used instead of `tacacs` in the CLI examples.
-rw-r--r-- | docs/configuration/system/login.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index 452981a9..3a7481eb 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -319,28 +319,28 @@ TACACS is defined in :rfc:`8907`. Configuration ------------- -.. cfgcmd:: set system login tacas server <address> key <secret> +.. cfgcmd:: set system login tacacs server <address> key <secret> Specify the IP `<address>` of the TACACS server user with the pre-shared-secret given in `<secret>`. Multiple servers can be specified. -.. cfgcmd:: set system login tacas server <address> port <port> +.. cfgcmd:: set system login tacacs server <address> port <port> Configure the discrete port under which the TACACS server can be reached. This defaults to 49. -.. cfgcmd:: set system login tacas server <address> disable +.. cfgcmd:: set system login tacacs server <address> disable Temporary disable this TACACS server. It won't be queried. -.. cfgcmd:: set system login tacas server <address> timeout <timeout> +.. cfgcmd:: set system login tacacs server <address> timeout <timeout> Setup the `<timeout>` in seconds when querying the TACACS server. -.. cfgcmd:: set system login tacas source-address <address> +.. cfgcmd:: set system login tacacs source-address <address> TACACS servers could be hardened by only allowing certain IP addresses to connect. As of this the source address of each TACACS query can be @@ -350,7 +350,7 @@ Configuration interface address pointing towards the server - making it error prone on e.g. OSPF networks when a link fails and a backup route is taken. -.. cfgcmd:: set system login tacas vrf <name> +.. cfgcmd:: set system login tacacs vrf <name> Source all connections to the TACACS servers from given VRF `<name>`. |