Bilgiler > How to first run at raspberry pi from ssh
How to first run at raspberry pi from ssh
create a file named "ssh" has no extension at the sdhc root.
write information to the wpa_supplicant.conf file at the sdhc card root
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network=(
scan_ssid=1
ssid="your_wifi_network"
psk="your_password"
}
***