Skip to content

Instantly share code, notes, and snippets.

@rrdial
Created November 14, 2017 01:37
Show Gist options
  • Save rrdial/b369cf0736c7dc587e4ef2db4db4565e to your computer and use it in GitHub Desktop.
Save rrdial/b369cf0736c7dc587e4ef2db4db4565e to your computer and use it in GitHub Desktop.
Raspbian WiFi connection
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "<ssid here>"
wpa-psk "<psk here>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment