summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-02-17 12:55:55 +0000
committerGitHub <noreply@github.com>2025-02-17 12:55:55 +0000
commit6ed23c314155dee3b0c8c21af34f458f393b22c6 (patch)
treeb3326c6d27f30b7fe1905208d5fe008394e014c1
parent58fcfb2b115d9b0f5505cbceee7cad4fab87a9a0 (diff)
parent1878c99f7c10cdf44fd6aff17ba32e1dfcc15ba1 (diff)
downloadvyos-documentation-6ed23c314155dee3b0c8c21af34f458f393b22c6.tar.gz
vyos-documentation-6ed23c314155dee3b0c8c21af34f458f393b22c6.zip
Merge pull request #1594 from aitorpazos/patch-1
configuration: Fix typo in tacacs commands in login.rst
-rw-r--r--docs/configuration/system/login.rst12
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>`.