Skip to content

Instantly share code, notes, and snippets.

@chr1573r
Last active November 24, 2016 14:37
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 chr1573r/47b49abf3ce424919927 to your computer and use it in GitHub Desktop.
Save chr1573r/47b49abf3ce424919927 to your computer and use it in GitHub Desktop.
Universitet i Agder/University of Agder/UiA eduroam wpa_supplicant cfg
network={
ssid="eduroam"
key_mgmt=WPA-EAP
eap=PEAP
phase2="auth=MSCHAPV2"
ca_cert="/usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_CA.crt"
identity="username@uia.no"
password="mypassword"
phase2="auth=MSCHAPV2"
}
# Don't want you PW in cleartext? From http://unix.stackexchange.com/questions/278946/hiding-passwords-in-wpa-supplicant-conf-with-wpa-eap-and-mschap-v2
# echo -n plaintext_password_here | iconv -t utf16le | openssl md4
# Grab the part after "(stdin)=" and update the password. e.g
#password=hash:6602f435f01b9173889a8d3b9bdcfd0b
# Validate if it works
#sudo wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment