Skip to content

Instantly share code, notes, and snippets.

@sieste
Created October 19, 2021 20:21
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 sieste/f55a7166ab397f15e9cc84239ce35cd0 to your computer and use it in GitHub Desktop.
Save sieste/f55a7166ab397f15e9cc84239ce35cd0 to your computer and use it in GitHub Desktop.
netctl profile for eduroam
Description='eduroam'
Interface=wlp0s20f3
Connection=wireless
IP=dhcp
Security=wpa-configsection
ESSID=eduroam
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'pairwise=CCMP TKIP'
'group=CCMP TKIP'
'eap=PEAP'
'proto=RSN'
'identity="*******@*****.**"'
'password="**************"'
'phase2="auth=MSCHAPV2"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment