summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-02-16 14:33:15 +0100
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-02-17 11:13:13 +0000
commitfc61840372e639011e55a5230daa42040ce527f5 (patch)
tree96ebcb807936487f6d5ad832326f38fc62f9e721 /docs
parent204617bc2961c2e14ac1ceed56e6e96f25881fb6 (diff)
downloadvyos-documentation-fc61840372e639011e55a5230daa42040ce527f5.tar.gz
vyos-documentation-fc61840372e639011e55a5230daa42040ce527f5.zip
login: T5972: add possibility to disable individual local user accounts
(cherry picked from commit e6b534942b8eaedfc3a6290f97d0040e61179b79)
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/system/login.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst
index bb7bdc86..ab3c1f6f 100644
--- a/docs/configuration/system/login.rst
+++ b/docs/configuration/system/login.rst
@@ -34,6 +34,10 @@ Local
Setup encrypted password for given username. This is useful for
transferring a hashed password from system to system.
+.. cfgcmd:: set system login user <name> disable
+
+ Disable (lock) account. User will not be able to log in.
+
.. _ssh_key_based_authentication:
Key Based Authentication