Skip to content

Instantly share code, notes, and snippets.

@ShivamMistry
Last active May 27, 2018 20:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ShivamMistry/8341420 to your computer and use it in GitHub Desktop.
Save ShivamMistry/8341420 to your computer and use it in GitHub Desktop.
Wireless eduroam netctl config for University of York
Description='Eduroam York'
Interface=wlp4s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
Priority=1
ESSID=eduroam
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'anonymous_identity="anonymous@york.ac.uk"'
'identity="username@york.ac.uk"'
'password="password"'
'ca_cert="/etc/ssl/certs/AddTrust_External_Root.pem"'
'phase2="auth=MSCHAPV2"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment