Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 
                    raspberry:ssh_overusb [2021/05/18 19:21] admin created  | 
                — (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== ssh over USB ===== | ||
| - | Turn on SSH\\ | ||
| - | |||
| - | In | ||
| - |   sudo nano / | ||
| - | add at the end | ||
| - | dtoverlay=dwc2 | ||
| - | And in | ||
| - |   sudo nano / | ||
| - | add after rootwait (leaving only one space) | ||
| - |   modules-load=dwc2, | ||
| - | |||
| - | ---- | ||
| - | ==== login ==== | ||
| - | connect to the Raspberry Pi Zero network and the login with | ||
| - | $ ssh pi@raspberrypi.local | ||
| - | |||
| - | ---- | ||
| - | ==== Links ==== | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | ----   | ||