Skip to content

Instantly share code, notes, and snippets.

@emlun
Created January 19, 2015 10:20
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 emlun/c897a4fb98c90717b229 to your computer and use it in GitHub Desktop.
Save emlun/c897a4fb98c90717b229 to your computer and use it in GitHub Desktop.
Description='eduroam'
Interface=wlp9s0 # EDIT THIS
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'group=TKIP'
'pairwise=TKIP CCMP'
'identity="me@myuniversity.foo"' # EDIT THIS
'password="my-awesome-password"' # EDIT THIS
'priority=1'
'phase2="auth=PAP"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment