You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the SSH connection fails, there are some common things to check out:
4
+
- Has the first setup been completed? If not, go to [First Setup](/learn/first-setup) and see the instructions. The first setup will enable SSH on the board which is required to connect.
5
+
- If the SSH connection gets stuck even though first setup has been completed, it may be a local network issue. Check that the board is connected to the same network as our computer.
6
+
7
+
### Issues with mDNS
8
+
9
+
Some networks may block using mDNS, which allows us to use a "friendly" name (`arduino@<boardname>.local`), instead of using the actual IP address of the board. There are two ways to work around this:
10
+
1. Instead of using `arduino@<boardname>.local`, use the board's IP address directly.
11
+
2. (advanced) Edit the `/etc/hosts` on your local computer.
0 commit comments