03-27-2020, 09:00 PM
(03-26-2020, 09:55 AM)ZerBea Wrote: "... also ssh file without extension in root dir of sd"
is not the correct way.
recommended way:
https://pwnagotchi.ai/configuration/#abo...connection
or the raspbian way (if we assume pwnagotchi run raspbian):
https://www.raspberrypi.org/documentatio...ccess/ssh/
forum:
https://community.pwnagotchi.ai/t/troubl...-rpi3b/524
thanks ssh works but i cant connect my wifi
i have created file in root wpa_supplicant.conf but wifi not connecting why is this?
Code:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="<your wifi network name>"
psk="<your wifi network password>"
}