Skip to content

Instantly share code, notes, and snippets.

@thisismyrobot
Created December 26, 2015 04:43
Show Gist options
  • Save thisismyrobot/f7c1836c7b3a7f1dc06d to your computer and use it in GitHub Desktop.
Save thisismyrobot/f7c1836c7b3a7f1dc06d to your computer and use it in GitHub Desktop.
Setting up basic WPA auth on Debian (mainly for Raspberry Pi).
# From https://learn.adafruit.com/adafruits-raspberry-pi-lesson-3-network-setup/setting-up-wifi-with-occidentalis
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "ssid"
wpa-psk "password"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment