How can I increase the logout time and the number of login retries for the ProxySG's management administrator account?
search cancel

How can I increase the logout time and the number of login retries for the ProxySG's management administrator account?

book

Article ID: 165869

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

 

-        To increase the logout time for the management admin account, please go to:
Management Console > Configuration > Console Access > Console Account, and tick Enforce Web auto-logout, then enter the length of time you want to set as a logout time (in minutes). Select Apply.
 
-        To increase the number of retry logins, create a new user with the admin privilege, and assign it to the local realm and local-user-list, and specify the number of retry logins for that list.  Use the following CLI, and set the number of attempts there:
 

SGOS#(config) security local-user-list edit list_name

 

SGOS#(config local-user-list list_name) max-failed-attempts attempts

 
Maximum failed attempts: The maximum number of failed password attempts allowed for an account. When this threshold is reached, the account is disabled (locked). If this is zero, there is no limit. The default is 60 attempts.