Skip to content

Commit bf88fc9

Browse files
authored
Clarify ssh instructions (#4127)
1 parent a2e5705 commit bf88fc9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: docs/manage/troubleshoot/troubleshoot.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,18 @@ To access logs from the commandline, use [`viam machines logs`](/dev/tools/cli/#
7575

7676
## Remote shell on the machine
7777

78-
To remotely access your machine from your terminal, add the [ViamShellDanger fragment](https://app.viam.com/fragment/b511adfa-80ab-4a70-9bd5-fbb14696b17e/json) to your machine.
78+
To remotely access your machine from your terminal:
7979

80-
Once you have added the fragment, you can use the [Viam CLI](/dev/tools/cli/) to open a shell on the machine.
80+
1. Add the [ViamShellDanger fragment](https://app.viam.com/fragment/b511adfa-80ab-4a70-9bd5-fbb14696b17e/json) to your machine.
81+
1. Once you have added the fragment, you can use the [Viam CLI](/dev/tools/cli/) to open a shell on the machine.
8182

82-
```sh {class="command-line" data-prompt="$" data-output="2-10"}
83-
viam machines part shell --organization=<org name> --location=<location name> --machine=<machine id>
84-
```
83+
```sh {class="command-line" data-prompt="$" data-output="2-10"}
84+
viam machines part shell --organization=<org name> --location=<location name> --machine=<machine id>
85+
```
8586

86-
You can [access the local log file](/operate/reference/viam-server/manage-viam-server/#view-viam-server-logs) on your machine if needed.
87+
1. You can [access the local log file](/operate/reference/viam-server/manage-viam-server/#view-viam-server-logs) on your machine if needed.
8788

88-
If you need to copy files from your machine, use the [`viam machine part cp`](/dev/tools/cli/#machines-alias-robots) command.
89+
1. If you need to copy files from your machine, use the [`viam machine part cp`](/dev/tools/cli/#machines-alias-robots) command.
8990

9091
## Restart your machine
9192

0 commit comments

Comments
 (0)