Raspberry Pi Community's
🆘|project-help
join us
can't ssh to raspberry pi
June 6, 2024, 04:55
darthcheadle
I am having issue trying to get into raspberry pi zero w over ssh. Could it be since my network has a 2.4ghz and a 5ghz that could be an issue?
darthcheadle
I found out that the zero w doesn't support 5ghz so I put the 2.4ghz ssid into the pi custom settings in the imager
darthcheadle
also, I don't have a mini hdmi chord or adapter to be able to test it over gui
darthcheadle
'
darthcheadle
I found something about trying to see if it is on the network using wireshark using a filter
darthcheadle
alright I got it working I think in case anyone has a similar issue
darthcheadle
https://raspberrypi.stackexchange.com/questions/13936/find-raspberry-pi-address-on-local-network
darthcheadle
I used this stack exchange article to figure out how to see if the pi is on the network
darthcheadle
since I am on windows I used wireshark
darthcheadle
I put the filter like it said, and then waited for it to show on the scan
darthcheadle
the blue is the ip address of the pi
darthcheadle
and I just did ssh <insert ip address here>
darthcheadle
and it worked