Skip to content

Instantly share code, notes, and snippets.

@lcpz
Created July 29, 2019 10:19
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 lcpz/889830cefca810be27d7e12906b8ef58 to your computer and use it in GitHub Desktop.
Save lcpz/889830cefca810be27d7e12906b8ef58 to your computer and use it in GitHub Desktop.
wpa_supplicant eduroam minimal configuration
network={
ssid="eduroam"
scan_ssid=1
key_mgmt=WPA-EAP
eap=TTLS
#anonymous_identity="anonymous@ox.ac.uk"
#ca_cert="/etc/ssl/certs/AddTrust_External_Root.pem"
phase2="auth=MSCHAPV2"
identity="<email>"
password="<pwd>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment