Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 22, 2024
1 parent f3e4811 commit 20b4328
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guides/device-gateway/arm64.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ If you want to perform remote administration on your ARM64 device using a reserv
1. On your local workstation, SSH into your ARM64 device with the command below, replacing the variables with the following:
| | |
| - | - |
| `{NGROK_PORT}` | The port number assigned to your ngrok agent (e.g. if the agent shows `tcp://4.tcp.us-cal-1.ngrok.io:12345`, your port number is `12345`). |
| `{USER}` | An existing user on your remote device. |
| | |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `{NGROK_PORT}` | The port number assigned to your ngrok agent (e.g. if the agent shows `tcp://4.tcp.us-cal-1.ngrok.io:12345`, your port number is `12345`). |
| `{USER}` | An existing user on your remote device. |
| `{NGROK_TCP_ADDRESS}` | The address of the ngrok agent (e.g. if the agent shows `tcp://4.tcp.us-cal-1.ngrok.io:12345`, your TCP address is `4.tcp.us-cal-1.ngrok.io`). |
```bash
Expand Down

0 comments on commit 20b4328

Please sign in to comment.