Skip to content

Commit 949a5d8

Browse files
Merge pull request #292690 from tarTech23/cliuser
cli user change
2 parents 776c2b7 + 2ac2ad1 commit 949a5d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ This procedure describes how to update OT sensor software via the CLI, directly
173173

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

176-
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:
176+
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:
177177

178178
```bash
179179
cd /var/host-logs/
180180
mv <filename> /var/cyberx/media/device-info/update_agent.tar
181181
```
182182

183-
1. Start running the software update. Run:
183+
1. Sign into the sensor as the `cyberx` user and start running the software update. Run:
184184

185185
```bash
186186
curl -H "X-Auth-Token: $(python3 -c 'from cyberx.credentials.credentials_wrapper import CredentialsWrapper;creds_wrapper = CredentialsWrapper();print(creds_wrapper.get("api.token"))')" -X POST http://127.0.0.1:9090/core/api/v1/configuration/agent
@@ -190,7 +190,7 @@ This procedure describes how to update OT sensor software via the CLI, directly
190190

191191
1. Continue to monitor the update process by checking the `install.log` file.
192192

193-
Sign into the sensor as the `cyberx_host` user and run:
193+
Sign back into the sensor as the `cyberx_host` user and run:
194194

195195
```bash
196196
tail -f /opt/sensor/logs/install.log

0 commit comments

Comments
 (0)