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
已提問 1 年前檢視次數 374 次
1 個回答
1
已接受的答案

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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南