Skip to content

Instantly share code, notes, and snippets.

@flipsi
Last active August 7, 2023 11:57
Show Gist options
  • Save flipsi/a15db836f7296ba051e8214c439f699e to your computer and use it in GitHub Desktop.
Save flipsi/a15db836f7296ba051e8214c439f699e to your computer and use it in GitHub Desktop.
netctl Wifi profile with PEAP
Description='netctl profile'
Interface=wlan0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="SSID"'
'proto=RSN'
'key_mgmt=WPA-EAP'
'pairwise=CCMP'
'eap=PEAP'
'identity="USER"'
'password="PASSWORD"'
'priority=1'
'phase2="auth=GTC"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment