Last active
August 7, 2023 11:57
-
-
Save flipsi/a15db836f7296ba051e8214c439f699e to your computer and use it in GitHub Desktop.
netctl Wifi profile with PEAP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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