As of Lighthouse version 21.Q3.0, users have the ability to configure remote authentication (AAA) timeout. This is typically needed when remote authentication is used in conjunction with MFA/2FA, to make sure that users have enough time to approve their authentication session.
Adding authentication timeout
This will require CLI access to Lighthouse. You can access the Lighthouse CLI via the VM local console, ssh, or the web UI.
To access the CLI via web UI, navigate to Manage, Lighthouse, Local Terminal.
Once logged into the CLI, you will run the below command, where # will be replaced by the value you would like for the authentication timeout in seconds. Please know that valid ranges for RADIUS are 3-60 seconds.
sudo echo -e 'set auth.timeout #\npush\n' | ogconfig-cli
Comments
0 comments
Article is closed for comments.