diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-17 12:12:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 12:12:17 +0100 |
commit | b84c9e0edaa470b97a1bad3478f4e4a2bb372614 (patch) | |
tree | bf732734fdf733870f3fd2dbf40d83cb9a7364e3 | |
parent | ef69ba431c9ebd7929f6205db6ef6d09a200ade4 (diff) | |
parent | e6b534942b8eaedfc3a6290f97d0040e61179b79 (diff) | |
download | vyos-documentation-b84c9e0edaa470b97a1bad3478f4e4a2bb372614.tar.gz vyos-documentation-b84c9e0edaa470b97a1bad3478f4e4a2bb372614.zip |
Merge pull request #1283 from vyos/login-T5972
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 |