[Solved] how to connect raspbian strech over SSH [closed]


You have to create a file called ssh in the boot partition, not the root partition.

You can also create a file called wpa_supplicant in the same place and your RasPi will join your wifi network.

You’ll probably be able to ssh into it with:

ssh [email protected]

If not, look in your router’s “DHCP clients” table or use nmap to get its IP address. Or install the fing app in your smartphone and it’ll tell you the IP addresses and host/OS of all your network clients.

0

solved how to connect raspbian strech over SSH [closed]