Skip to content

Commit bcd1d51

Browse files
committed
Add SSH to the CLI tutorial
1 parent e0212ce commit bcd1d51

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

content/software/app-lab/tutorials/03.cli/apps-lab-cli.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@ To verify the tool is installed, run `adb version`.
7474

7575
5. You are now able to run commands via the terminal on your board! To exit from the terminal, simply type `exit`.
7676

77+
## Connect via SSH
78+
79+
***Note: to use SSH, the [first setup]() needs to be completed. This is done by connecting your board via USB, open the Arduino App Lab, and select the USB option. Here you will need to give your board a name, a new password as well as providing Wi-Fi® credentials. SSH will be automatically configured during this setup.***
80+
81+
1. Open a terminal on your machine.
82+
2. Run `ssh arduino@<boardname>.local`
83+
3. Provide the password for the board.
84+
4. We can now interact with the board's shell remotely! ✅
85+
86+
![Connect via SSH](assets/ssh-macos.png)
87+
88+
- A more detailed tutorial on connecting to the UNO Q via SSH is available [here](/tutorials/uno-q/ssh).
89+
7790
## Using Arduino App CLI
7891

7992
With the `arduino-app-cli` tool, you can for example:
348 KB
Loading

0 commit comments

Comments
 (0)