Skip to content

Instantly share code, notes, and snippets.

@421p
Created October 14, 2018 07:56
Show Gist options
  • Save 421p/5f2c332b6ad8dae2fd1b9519bac0b40a to your computer and use it in GitHub Desktop.
Save 421p/5f2c332b6ad8dae2fd1b9519bac0b40a to your computer and use it in GitHub Desktop.
Useful for raspbian headless setup
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="your_real_wifi_ssid"
scan_ssid=1
psk="your_real_password"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment