Skip to content

Commit 72beeaa

Browse files
committed
Update howto-restrict-serial-port-access-and-set-timeout-on-terminal-server.md
1 parent 0c80c40 commit 72beeaa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/operator-nexus/howto-restrict-serial-port-access-and-set-timeout-on-terminal-server.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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
44
author: sushantjrao
55
ms.author: sushrao
66
ms.service: azure-operator-nexus
@@ -9,29 +9,29 @@ ms.date: 01/24/2024
99
ms.custom: template-how-to, devx-track-azurecli
1010
---
1111

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
1313

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.
1515

1616
## Prerequisites
1717

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).
2020

2121

22-
## Step 1: Set timeout for sessions
22+
## Step 1: Set time-out for sessions
2323

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:
2525

2626
```bash
2727
ogcli update system/cli_session_timeout timeout=15
2828
ogcli update system/webui_session_timeout timeout=15
2929
ogcli update system/session_timeout serial_port_timeout=15
3030
```
3131

32-
## Step 2: Verify timeout settings
32+
## Step 2: Verify time-out settings
3333

34-
Confirm the new timeout settings by running:
34+
Confirm the new time-out settings by running:
3535

3636
```bash
3737
ogcli get system/session_timeout

0 commit comments

Comments
 (0)