Skip to content

Instantly share code, notes, and snippets.

@jvolker
Created September 26, 2019 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvolker/c59134f318975b7fef766c594341b9ff to your computer and use it in GitHub Desktop.
Save jvolker/c59134f318975b7fef766c594341b9ff to your computer and use it in GitHub Desktop.
file to be placed on boot partition of Raspberry Pi in order to enable SSH
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="YOUR-WIFI-NAME-HERE"
psk="YOUR-WIFI-PASSWORD-HERE"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment