If you run Raspberry Pi OS Bookworm on the Pi, with SSH enabled, the official documentation shows us how to start a Hotspot on that Pi using nmcli. See https://www.raspberrypi.com/documentati ... spberry-piIf we do that, we can then connect the WiFi on (say) a Windows laptop to that SSID using that password.
Then use PuTTY (or other) to log in to the pi using SSH.
Are you using a Pi4 or Pi5 or other?
Code:
sudo nmcli device wifi hotspot ssid <example-network-name> password <example-password>
Then use PuTTY (or other) to log in to the pi using SSH.
Are you using a Pi4 or Pi5 or other?
Statistics: Posted by neilgl — Tue Mar 12, 2024 11:45 pm