Skip to content

Commit 4c9a462

Browse files
committed
tmp ssh article
1 parent 0140c9f commit 4c9a462

File tree

1 file changed

+11
-0
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/05.ssh

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Troubleshooting Failed SSH Connection
2+
3+
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

Comments
 (0)