Skip to content

Commit 64e2485

Browse files
committed
remove
1 parent 2804241 commit 64e2485

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
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).

0 commit comments

Comments
 (0)