Merge pull request #1284 from vyos/mergify/bp/sagitta/pr-1283

login: T5972: add possibility to disable individual local user accounts (backport #1283)
This commit is contained in:
Christian Breunig 2024-02-17 12:13:51 +01:00 committed by GitHub
commit aa0c514ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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