1
1
---
2
- title : How to restrict serial port access and set timeout on terminal server
3
- description : Process of configuring serial port access restrictions and timeout settings on terminal server
2
+ title : How to restrict serial port access and set time-out on terminal server
3
+ description : Process of configuring serial port access restrictions and time-out settings on terminal server
4
4
author : sushantjrao
5
5
ms.author : sushrao
6
6
ms.service : azure-operator-nexus
@@ -9,29 +9,29 @@ ms.date: 01/24/2024
9
9
ms.custom : template-how-to, devx-track-azurecli
10
10
---
11
11
12
- # How to restrict serial port access to a single session and set a 15-Minute timeout on a Terminal Server
12
+ # How to restrict serial port access to a single session and set a 15-Minute hout on a Terminal Server
13
13
14
- This guide explains how to configure a Terminal Server to restrict serial port access to a single session and set the default timeout to 15 minutes.
14
+ This guide explains how to configure a Terminal Server to restrict serial port access to a single session and set the default time-out to 15 minutes.
15
15
16
16
## Prerequisites
17
17
18
- - ** Terminal Server requirements ** : Ensure the Terminal Server is running OS version ` 24.07.1 ` or above.
19
- For upgrade instructions, refer to [ How to Upgrade Terminal Server OS] ( howto-upgrade-os-of-terminal-server.md ) .
18
+ The Terminal Server must run OS version 24.07.1 or a later version.< br >
19
+ For upgrade instructions, refer to [ How to Upgrade Terminal Server OS] ( howto-upgrade-os-of-terminal-server.md ) .
20
20
21
21
22
- ## Step 1: Set timeout for sessions
22
+ ## Step 1: Set time-out for sessions
23
23
24
- Configure the session timeouts for CLI, WebUI, and Serial Port access using the following commands:
24
+ Configure the session time-outs for CLI, WebUI, and Serial Port access using the following commands:
25
25
26
26
``` bash
27
27
ogcli update system/cli_session_timeout timeout=15
28
28
ogcli update system/webui_session_timeout timeout=15
29
29
ogcli update system/session_timeout serial_port_timeout=15
30
30
```
31
31
32
- ## Step 2: Verify timeout settings
32
+ ## Step 2: Verify time-out settings
33
33
34
- Confirm the new timeout settings by running:
34
+ Confirm the new time-out settings by running:
35
35
36
36
``` bash
37
37
ogcli get system/session_timeout
0 commit comments