SSH Access over Hotspot
-
DavisIan22
- Posts: 4
- Joined: Fri Nov 21, 2025 1:54 am
SSH Access over Hotspot
I am trying to get everything setup on my desk prior to install. I have AA working properly, and am using the 3.5mm Aux for audio. I want to modify the configuration files over ssh access to the rpi through the hotspot, but the hotspot is password protected and I can't find for the life of me what it would be.
Re: SSH Access over Hotspot
Password for the hotspot can be set in main_configuration.json
https://github.com/wiboma/hudiy/blob/ma ... md#hotspot
https://github.com/wiboma/hudiy/blob/ma ... md#hotspot
-
DavisIan22
- Posts: 4
- Joined: Fri Nov 21, 2025 1:54 am
Re: SSH Access over Hotspot
All Hudiy configuration files are stored in your home directory under .hudiy/share/config. Note that the .hudiy folder has a dot in its name, which means it's hidden. You can enable showing hidden files in the file manager using CTRL + H, or you can edit the files from the terminal using a tool like nano, for example: nano $HOME/.hudiy/share/config/main_configuration.json
-
DavisIan22
- Posts: 4
- Joined: Fri Nov 21, 2025 1:54 am
Re: SSH Access over Hotspot
Thank you. If I plug in a keyboard and mouse to the pi, can I get out of the Hudiy application and access from there to make changes before using ssh?
Re: SSH Access over Hotspot
You can use ALT+F4 shortcut to close the window or add quit_hudiy action (available as of version. 1.2) to the main menu or shortcuts:
https://github.com/wiboma/hudiy/blob/ma ... md#actions
https://github.com/wiboma/hudiy/blob/ma ... ME.md#menu
https://github.com/wiboma/hudiy/blob/ma ... #shortcuts
https://github.com/wiboma/hudiy/blob/ma ... md#actions
https://github.com/wiboma/hudiy/blob/ma ... ME.md#menu
https://github.com/wiboma/hudiy/blob/ma ... #shortcuts
-
DavisIan22
- Posts: 4
- Joined: Fri Nov 21, 2025 1:54 am