diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-16 14:33:15 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-16 14:33:15 +0100 |
commit | e6b534942b8eaedfc3a6290f97d0040e61179b79 (patch) | |
tree | 0d60713f9186c2e53272c319c9121499221766f5 | |
parent | e50b510c0c5c980047bd77775a0c4d763aaa838b (diff) | |
download | vyos-documentation-e6b534942b8eaedfc3a6290f97d0040e61179b79.tar.gz vyos-documentation-e6b534942b8eaedfc3a6290f97d0040e61179b79.zip |
login: T5972: add possibility to disable individual local user accounts
-rw-r--r-- | docs/configuration/system/login.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index 98e05cdd..09e27c53 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 |