Skip to content

Commit 42f8527

Browse files
sgbairdCopilot
andauthored
Update docs/tailscale-setup.md
Co-authored-by: Copilot <[email protected]>
1 parent 5362eb6 commit 42f8527

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/tailscale-setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ For running commands on your device during setup, you have several options:
1414

1515
1. **Direct SSH (Same Network)**: If both your computer and the device are on the same WiFi network, you can SSH directly to the device using its local IP address. This is convenient for copy-pasting commands instead of typing them out. Find the device's IP address using:
1616
```bash
17+
# Using mDNS/Bonjour hostname (if supported):
1718
ssh pi@<hostname>.local
1819
# Example: ssh [email protected]
20+
21+
# Or using the device's local IP address:
22+
23+
# Replace 192.168.1.100 with your device's actual IP address
1924
```
2025

2126
2. **Physical Access**: Connect a keyboard and mouse directly to the device. This is especially useful when:

0 commit comments

Comments
 (0)