diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-02-17 12:13:51 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-17 12:13:51 +0100 | 
| commit | aa0c514ed0338dfc42034375c237c0df93a2025c (patch) | |
| tree | 96ebcb807936487f6d5ad832326f38fc62f9e721 /docs/configuration | |
| parent | 204617bc2961c2e14ac1ceed56e6e96f25881fb6 (diff) | |
| parent | fc61840372e639011e55a5230daa42040ce527f5 (diff) | |
| download | vyos-documentation-aa0c514ed0338dfc42034375c237c0df93a2025c.tar.gz vyos-documentation-aa0c514ed0338dfc42034375c237c0df93a2025c.zip  | |
Merge pull request #1284 from vyos/mergify/bp/sagitta/pr-1283
login: T5972: add possibility to disable individual local user accounts (backport #1283)
Diffstat (limited to 'docs/configuration')
| -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 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  | 
