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

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ