Skip to content

Instantly share code, notes, and snippets.

@audstanley
Last active February 26, 2017 17:54
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 audstanley/971a19ecc2aff60e7fdee95be7a7b6c0 to your computer and use it in GitHub Desktop.
Save audstanley/971a19ecc2aff60e7fdee95be7a7b6c0 to your computer and use it in GitHub Desktop.
sudo echo -e "\n\nnetwork={\n ssid=\"coast-wifi\"\n proto=RSN\n key_mgmt=WPA-EAP\n pairwise=CCMP\n auth_alg=OPEN\n eap=PEAP\n identity=\"user\"\n password=\"password\"\n}" >> /etc/wpa_supplicant/wpa_supplicant.config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment