Skip to content

Commit 00971db

Browse files
committed
cli user
1 parent 3d78f04 commit 00971db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/defender-for-iot/organizations/update-ot-software.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ This procedure describes how to update OT sensor software via the CLI, directly
182182

183183
1. Use SFTP or SCP to copy the update package you'd downloaded from the Azure portal to the OT sensor machine.
184184

185-
1. Sign in to the sensor as the `support` user, access the system shell and copy the update file to a location accessible for the update process. For example:
185+
1. Sign in to the sensor as the `cyberx_host` user, and copy the update file to a location accessible for the update process. For example:
186186

187187
```bash
188188
cd /var/host-logs/
@@ -197,9 +197,7 @@ This procedure describes how to update OT sensor software via the CLI, directly
197197

198198
At some point during the update process, your SSH connection will disconnect. This is a good indication that your update is running.
199199

200-
1. Continue to monitor the update process by checking the `install.log` file.
201-
202-
Sign into the sensor as the `cyberx_host` user and run:
200+
1. Continue to monitor the update process by checking the `install.log` file, as follows:
203201

204202
```bash
205203
tail -f /opt/sensor/logs/install.log

0 commit comments

Comments
 (0)