Skip to content

Instantly share code, notes, and snippets.

@ceremcem
Created December 11, 2018 22:25
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 ceremcem/978838eb34bf148468679c2b3942d48d to your computer and use it in GitHub Desktop.
Save ceremcem/978838eb34bf148468679c2b3942d48d to your computer and use it in GitHub Desktop.
Eduroam configuration for wpa_supplicant
network={
ssid="eduroam"
scan_ssid=1
key_mgmt=WPA-EAP
identity="your-identity-here"
password="your-password-here"
eap=TTLS
phase2="auth=PAP"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment