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
preguntada hace un año370 visualizaciones
1 Respuesta
1
Respuesta aceptada

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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas