SSH wireless setup

Post Reply
Nonspeaker008
Posts: 4
Joined: Fri Sep 05, 2025 5:41 am

SSH wireless setup

Post 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:
hudiy
Site Admin
Posts: 440
Joined: Mon Jul 14, 2025 7:42 pm

Re: SSH wireless setup

Post 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.
Post Reply