Amazon Workspace session timeout on Ubuntu

0

Hi, How to set up a session timeout for Amazon Workspace (Ubuntu 22) to automatically log out remote users after a period of inactivity, such as 10 minutes.

Thanks, Anoop K

Anoop_k
posta un anno fa334 visualizzazioni
1 Risposta
1
Risposta accettata

hi,

Amazon WorkSpace has a session timeout of 1 hour for inactive sessions. This means that if you leave your WorkSpace inactive for more than an hour, you will be automatically logged out.

To change the session timeout for your WorkSpace on Ubuntu, you can follow these steps:

  1. Open the Terminal on your Ubuntu WorkSpace.

  2. If you use lightdm service already, then edit the /etc/lightdm/lightdm.conf file using a text editor of your choice. Command: sudo nano /etc/lightdm/lightdm.conf.

  3. Add the following line at the end of the file:

autologin-user-timeout=x (x = number of seconds that you want the user to be logged out)

This will enable the logout and the user will be logged out due to inactivity after the time mentioned above.

  1. Save the file and exit the text editor.

  2. Restart the LightDM service by running the command sudo systemctl restart lightdm.

AWS
Arun
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande