diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-04-25 14:53:48 +0300 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-04-25 15:04:20 +0300 |
commit | 57545c11676e0c198a2530c16196c7e0f6994922 (patch) | |
tree | c5a391d525f028545c14ae568c2a4c8df4c23ff2 | |
parent | baffadfe9e74f50600aa2fa622ec6b63072a17d1 (diff) | |
download | vyos-documentation-57545c11676e0c198a2530c16196c7e0f6994922.tar.gz vyos-documentation-57545c11676e0c198a2530c16196c7e0f6994922.zip |
Add login limits
-rw-r--r-- | docs/configuration/system/login.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index a5c1b558..d920afe3 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -290,6 +290,21 @@ information for this system. .. note:: To create a new line in your login message you need to escape the new line character by using ``\\n``. +Limits +====== + +Login limits + +.. cfgcmd:: set system login max-login-session <number> + + Set a limit on the maximum number of concurrent logged-in users on + the system. + This option should be used with ``timeout`` option. + +.. cfgcmd:: set system login timeout <timeout> + + Configure session timeout after which the user will be logged out. + Example ======= |