Merge pull request #1283 from vyos/login-T5972

login: T5972: add possibility to disable individual local user accounts
This commit is contained in:
Christian Breunig 2024-02-17 12:12:17 +01:00 committed by GitHub
commit b84c9e0eda
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