Page 1 of 1

SSH wireless setup

Posted: Sun Sep 07, 2025 11:16 am
by Nonspeaker008
Hi,
I’d like to set up SSH access to my Raspberry Pi wirelessly.

I have a TP-Link T2U Nano Wi-Fi dongle available.

The Pi will be mounted in my car, and I want to be able to connect to it for troubleshooting.

Ideally, I’d also like to connect it to a hotspot from my phone when needed.

What’s the best way to configure this setup? :geek:

Re: SSH wireless setup

Posted: Sun Sep 07, 2025 5:47 pm
by hudiy
If you want to use two Wi-Fi adapters, you can specify in the Hudiy configuration which one should be used for the hotspot. You can do this by providing its MAC address in hardwareAddress (https://github.com/wiboma/hudiy/blob/ma ... md#hotspot). Hudiy will then use that adapter to create the hotspot and connect to Android Auto. The second adapter can be used to connect to your regular Wi-Fi network.

We tried running the built-in Raspberry Pi adapter in dual mode (client + AP), but this causes a crash in the Raspberry Pi firmware. Therefore, the only option is to use two adapters.