Skip to content

Commit 7527035

Browse files
Merge pull request #295498 from sushantjrao/break-glass-setup
Update howto-restrict-serial-port-access-and-set-timeout-on-terminal-…
2 parents de5b767 + 40b7741 commit 7527035

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.date: 02/26/2025
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 time-out on a Terminal Server
12+
# How to restrict serial port access to a single session and set time-out 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 time-out 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.
1515

1616
## Prerequisites
1717

@@ -31,6 +31,9 @@ sudo ogcli update system/webui_session_timeout timeout=15
3131
sudo ogcli update system/session_timeout serial_port_timeout=15
3232
```
3333

34+
>[Note]
35+
> In the above example the timeout value is set to 15 minutes.
36+
3437
## Step 2: Verify time-out settings
3538

3639
Confirm the new time-out settings by running:

0 commit comments

Comments
 (0)