Skip to content

Instantly share code, notes, and snippets.

@fionn
Created August 28, 2018 18:35
Show Gist options
  • Save fionn/1b834e11961a9c63e5bf800a6ebb52b1 to your computer and use it in GitHub Desktop.
Save fionn/1b834e11961a9c63e5bf800a6ebb52b1 to your computer and use it in GitHub Desktop.
WPA2-PEAP-MSCHAPV2 netctl configuration
Description='A descriptive name'
Interface=wlp3s0
Connection=wireless
Security=wpa-configsection
ESSID=SSID
IP=dhcp
WPAConfigSection=(
'ssid="SSID"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'identity="my_identity"'
'password="supersecretstring"'
'phase2="auth=MSCHAPV2"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment