Skip to content

Commit 04bf272

Browse files
Merge pull request #286448 from tarTech23/remtim
remove time session
2 parents f15221a + ad0d2eb commit 04bf272

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

articles/defender-for-iot/organizations/manage-users-sensor.md

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -184,49 +184,6 @@ For more information, see [Defender for IoT CLI users and access](references-wor
184184

185185
1. Exit the file and run `sudo monit restart all` to apply your changes.
186186

187-
## Control user session timeouts
188-
189-
By default, on-premises users are signed out of their sessions after 30 minutes of inactivity. Admin users can use the local CLI access to either turn this feature on or off, or to adjust the inactivity thresholds. For more information, see [Defender for IoT CLI users and access](references-work-with-defender-for-iot-cli-commands.md) and [CLI command reference from OT network sensors](cli-ot-sensor.md).
190-
191-
> [!NOTE]
192-
> Any changes made to user session timeouts are reset to defaults when you [update the OT monitoring software](update-ot-software.md).
193-
194-
**Prerequisites**: This procedure is available for the *admin*, *cyberx*, and *cyberx_host* users only.
195-
196-
**To control sensor user session timeouts**:
197-
198-
1. Sign in to your sensor via a terminal and run:
199-
200-
```cli
201-
sudo nano /var/cyberx/properties/authentication.properties
202-
```
203-
204-
The following output appears:
205-
206-
```cli
207-
infinity_session_expiration=true
208-
session_expiration_default_seconds=0
209-
session_expiration_admin_seconds=1800
210-
session_expiration_security_analyst_seconds=1800
211-
session_expiration_read_only_users_seconds=1800
212-
certifcate_validation=false
213-
crl_timeout_secounds=3
214-
crl_retries=1
215-
cm_auth_token=
216-
217-
```
218-
219-
1. Do one of the following:
220-
221-
- **To turn off user session timeouts entirely**, change `infinity_session_expiration=true` to `infinity_session_expiration=false`. Change it back to turn it back on again.
222-
223-
- **To adjust an inactivity timeout period**, adjust one of the following values to the required time, in seconds:
224-
225-
- `session_expiration_default_seconds` for all users
226-
- `session_expiration_admin_seconds` for *Admin* users only
227-
- `session_expiration_security_analyst_seconds` for *Security Analyst* users only
228-
- `session_expiration_read_only_users_seconds` for *Read Only* users only
229-
230187
## Next steps
231188

232189
For more information, see [Audit user activity](track-user-activity.md).

articles/defender-for-iot/organizations/references-work-with-defender-for-iot-cli-commands.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The following tables list the activities available by CLI and the privileged use
5757
|Service area |Users |Actions |
5858
|---------|---------|---------|
5959
|Password management | *cyberx*, *cyberx_host* | [Change local user passwords](cli-ot-sensor.md#change-local-user-passwords) |
60-
| Sign-in configuration| *admin*, *cyberx*, *cyberx_host* |[Control user session timeouts](manage-users-sensor.md#control-user-session-timeouts) |
6160
| Sign-in configuration | *cyberx* | [Define maximum number of failed sign-ins](manage-users-sensor.md#define-maximum-number-of-failed-sign-ins) |
6261

6362
### Network configuration commands

0 commit comments

Comments
 (0)